|
|
BreakpointTemplate
A breakpoint template allows a developer to define breakpoints in a context sensitive manner.
Definition
A breakpoint template is a descriptor for a breakpoint. Templates are available in the context menu of the variables view when a variable is selected. The templates are context sensitive and are filtered to the types specified in the template so only the appropriate templates are displayed. A screencast is available to show how they are incorporated into the debugger.
Creating a Template
There are 2 ways to create breakpoint templates.
- Create a template from the 'Breakpoint Templates' view.
- Create a template from an existing breakpoint.
... from View
Steps to create a template using the view:
- Show the view (Debug->Breakpoint Templates).
- Right click in the view and select 'Add Template'.
- Enter the details in the dialog.
- Dismiss the dialog.
... from Breakpoint
Steps to create a template using an existing breakpoint:
- Create a line breakpoint.
- With the breakpoint selected right click and select 'Create Breakpoint Template...'.
- Enter the details for the template.
Sign in to add a comment
