The debug toolbar will not be visible when you first launch MPLAB® X IDE. It will appear automatically when you start a debug session.
Information
Keyboard shortcuts may be added or modified.
Finish Debugger Session
Menu: Debug > Finish Debugger Session
Keyboard: Shift+F5
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:
Open the Sessions window by choosing Window > Debugging > Sessions Alt+Shift+6
Right-click the debugging session you want to stop and choose Finish from the pop-up menu.
Pause
Menu: Debug > Pause
Keyboard: Ctrl+Alt+8
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: Debug > Reset
Keyboard: None
Performs processor reset. Additional resets, such as POR/BOR, MCLR, and System, may be available, depending on the device.
Continue
Menu: Debug > Continue
Keyboard: F5
Resumes debugging until the next breakpoint or the end of the program is reached.
Step Over
Menu: Debug > Step Over
Keyboard: F8
Executes one source line of the program. If the line is a function call, executes the entire function then stops.
Step Into
Menu: Debug > Step Into
Keyboard: F7
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: Debug > Step Out
Keyboard: Ctrl+F7
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: Debug > Run to Cursor
Keyboard: F4
Runs the current project to the cursor's location in the file and stops program execution.
Set PC at Cursor
Menu: Debug > Set PC at Cursor
Keyboard: None
Sets the program counter (PC) value to the line address of the cursor.
Focus Cursor at PC
Menu: Debug > Focus Cursor at PC
Keyboard: None
Moves the cursor to the current PC address and centers this address in the window.
If you need to work with Microchip Support staff directly, you can submit a technical support case. Keep in mind that many questions can be answered through our self-help resources, so this may not be your speediest option.