To set breakpoints in a source or assembly file, follow one of the four methods given below.
- Right-click on the left-hand side of source file (the Gray bar)
A context menu appears.
- Select
Toggle Breakpoint
at the line where you want the breakpoint.
-or-
- Select
Ctrl+Shift+B
at the line where you want the breakpoint.
-or-
- Double-click on the line where you want the breakpoint
-or-
- Click on the line where you want the breakpoint.
- From the IDE menu bar, select
Run > Toggle Breakpoint
.
A breakpoint appears on the left hand side of source code file.