previous |
start |
next
The Debugger
- The "step to next line" command executes the
current line and stops at the next program line.
- Once the program has stopped, you can look at
the current values of variables.
- Some debuggers require you select the variable
the choose a command such as "inspect variable."
- Some debuggers require you to type the name of
the variable into a dialogue box.
- Some variables automatically show the values of
all variables.

previous |
start |
next