tools within a debugger Flashcards

1
Q

Describe the function of a trace.(f)

A

a facility

displays the order in which the lines of a program will be executed in

and possibly the values of variables as the code is being run

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Describe the function of a break point.(f)

A

a facility

interrupts a program at a specific line allowing the programmer to compare the current variable value with the expected value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Describe the function of a variable watch.(f)

A

a facility

displays current value of any variable

value can be watched as the program is single stepped to see effects of code onto the variable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Describe the function of single stepping.

A

program code being executed one line at a time

programmer decides when next step will take place

this helps so that they can examine carefully what the program is doing at the moment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Describe the function of a store dump.

A

displays the contents of all the stores used in the program

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Describe the function of a memory inspector. (f)

A

a facility

displays contents of all of the stores in a defined section of memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Describe the function of error diagnostics.

A

displays error message to help programmer diagnose what has gone wrong when a program fails to run successfully

How well did you know this?
1
Not at all
2
3
4
5
Perfectly