Skip to main content

Breakpoints

Breakpoints let you pause the execution of your program at certain points so you can inspect what's happening.

CodePerfect currently supports line-based breakpoints. Move your cursor over the line you want to set a breakpoint on, and run Debug > Toggle Breakpoint.

Breakpoints cause the line they're on to be highlighted red. When the program is stopped on a breakpoint (or on any line), it turns yellow.

Delete All Breakpoints

To delete all breakpoints, run Debug > Delete All Breakpoints.

Keyboard shortcuts

CommandShortcut
Toggle BreakpointF9
Delete All BreakpointsShift+F9