previous |
start |
next
The Debugger
- Debugger = program to run your program, interrupt it, and
inspect variables
- Three key commands:
-
- Set Breakpoint
- Single Step
- Inspect Variable
- Two variations of Single Step
-
- Step Over = don't enter method call
- Step Inside = enter method call
previous |
start |
next