Sample Debuggers
Source level debugger
- Can step through program line-by-line
- Can observe and change the values of variables during execution
- Set breakpoints (when preselected instructions/conditions exist)
- Examine the call stack, etc.
Assembly-language level debugger
- Can step through assembly language instructions