NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Enabling/Disabling a Breakpoint In a Source Window

In a source window, you can view file, function, or address breakpoints as symbols in the left margin. You can enable or disable these breakpoints using the procedures given below. You cannot view data breakpoints in a source window, so you cannot enable or disable data breakpoints from a source window. To enable disable a data breakpoint, use the Breakpoints window.

When you set a breakpoint, it is enabled by default. The breakpoint remains enabled until you disable it.

To disable a file, function, or address breakpoint

  1. Right-click on the line containing an enabled breakpoint symbol (A solid dot).
  2. From the shortcut menu, choose Disable Breakpoint.
  3. The breakpoint symbol becomes an empty circle.
  4. Once you have disabled a breakpoint, you can reenable it by similar procedure:

To enable a file, function, or address breakpoint

  1. Right-click on the line containing an enabled breakpoint symbol (An empty circle).
  2. From the shortcut menu, choose Enable Breakpoint.
  3. The breakpoint symbol becomes an solid dot.

See Also

Breakpoint Operations In A Source Window