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 the Call Stack Window
In the Call Stack window, breakpoints symbols appear in the left margin next to the name of the function call where they are set. You can disable or enable a breakpoint using the procedure given below.
To disable a breakpoint in the Call Stack window
- Right-click on the line containing an enabled breakpoint symbol (A solid dot).
- From the shortcut menu, choose Disable Breakpoint.
The breakpoint symbol becomes an empty circle.
Once you have disabled a breakpoint, you can reenable it by similar procedure:
To enable a file, function, or address breakpoint
- Right-click on the line containing an enabled breakpoint symbol (An empty circle).
- From the shortcut menu, choose Enable Breakpoint.
- The breakpoint symbol becomes a solid dot.
See Also
Breakpoint Operations In the Call Stack Window