This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Inserting a Function Breakpoint In a Source Window
To insert a function breakpoint
- In the source window, right-click on the name of the function where you want to insert a breakpoint.
- Select New Breakpoint from the shortcut menu.
The New Breakpoint dialog box appears with the Function tab enabled. The name of the function you selected should appear in the Function box and the language the function is implemented in should appear in the Language box. By default, the Line and Character columns are set to 1. If you accept these default values, the breakpoint will be set at the beginning of the function.
- If you want to change any of the default settings, edit them now.
- Click OK.
See Also
Breakpoint Operations In A Source Window