How do I set breakpoints?

To set breakpoints in a source or assembly file, follow one of the four methods given below.

  1. Right-click on the left-hand side of source file (the Gray bar)

    A context menu appears.

  2. Select Toggle Breakpoint at the line where you want the breakpoint.

-or-

  1. Select Ctrl+Shift+B at the line where you want the breakpoint.

-or-

  1. Double-click on the line where you want the breakpoint

-or-

  1. Click on the line where you want the breakpoint.
  2. From the IDE menu bar, select Run > Toggle Breakpoint .

A breakpoint appears on the left hand side of source code file.