Setting Source Breakpoints

A source breakpoint is a breakpoint set in the source code and is the default type of breakpoint.

You can set a source breakpoint in any of the following ways:

Setting breakpoints after starting a program

You'll probably want to set a least one breakpoint before you start debugging, but it is not necessary. While your program is running in the debugger, you can set a breakpoint. The program pauses when it reaches the breakpoint.


Related topics

About Breakpoints
Editing Breakpoints
Examining Breakpoints with the Breakpoints Window
Disabling and Deleting Breakpoints
About Valid and Invalid Breakpoints
Setting Exception Breakpoints
Making a Breakpoint Conditional

Pausing and Resuming the Debugger