Field watchpoints
help you target your debugging search to specific instance variables.
In this section:
- Open the desired class in the editor, and locate the field you want to create a watchpoint for.
- Alt+clickAlt click on the left gutter at the field declaration line.
- During the debugging session, open the
Variables
tab.
- Select the desired field and choose
Add Field Watchpoint
on the
context menu.
- In the Breakpoints dialog box, select the desired field watchpoint, and click
. - In the editor, locate the line with the watchpoint to be deleted, and click its icon in the left gutter.
See Also
Concepts:
Reference:
Web Resources: