20
Debug Basics
DEBUG BASICS: STARTING THE DEBUGGER
Debug configuration is only required once. Subsequent starting of debugger does not require those steps.
Three options to start debugger:
– If the “Debug Configuration” has not been closed, click on “Debug” button on bottom right
– Select Run – Debug (or hit F11)
Note: This method currently selects the desktop target (project.elf) and gives an error. Do not use until this is changed.
Recommended Method: Click on pull down arrow for bug icon and select …_debug.elf target
DEBUG BASICS: STEP, RUN, SUSPEND, RESUME
Step Into (F5)
Step Over (F6)
Step Return (F7)
Run
Suspend
Resume (F8)