To set a simple breakpoint (from the shortcut menu)
In a source window, click on a line of executable code where you want to set a breakpoint.
In the shortcut menu, go to Breakpoint and choose Insert Breakpoint.
To set a simple breakpoint (from the Debug menu)
In a source window, click on a line of executable code where you want to set a breakpoint.
From the Debug menu, choose Toggle Breakpoint.

See Also