MPLAB® X IDE Debug Toolbar
The debug toolbar will not be visible when you first launch MPLAB® X IDE. It will appear automatically when you start a debug session.
Finish Debugger Session
Menu: Keyboard: | Ends the current debug session and closes the connection to the debug tool. If you are running multiple debug sessions simultaneously, to end a specific session:
|
Pause
Menu: Keyboard: | Pauses the debugging operation without finishing the session. Debug windows such as memory views and watches will be updated to reflect the current state of the device. |
Reset
Menu: Keyboard: | Performs processor reset. Additional resets, such as POR/BOR, MCLR, and System, may be available, depending on the device. |
Continue
Menu: Keyboard: | Resumes debugging until the next breakpoint or the end of the program is reached. |
Step Over
Menu: Keyboard: | Executes one source line of the program. If the line is a function call, executes the entire function then stops. |
Step Into
Menu: Keyboard: | Executes one source line of the program. If the line is a function call, executes the program up to the function's first statement and stops. |
Step Out
Menu: Keyboard: | Executes one source line of a program. If the line is a function call, it executes the functions and returns control to the caller. |
Run to Cursor
Menu: Keyboard: | Runs the current project to the cursor's location in the file and stops program execution. |
Set PC at Cursor
Menu: Keyboard: | Sets the program counter (PC) value to the line address of the cursor. |
Focus Cursor at PC
Menu: Keyboard: | Moves the cursor to the current PC address and centers this address in the window. |