IntelliJ IDEA 2016.1 Help

Creating Field Watchpoints

Field watchpoints field_watchpoint help you target your debugging search to specific instance variables.

In this section:

Creating field watchpoints using the Breakpoints dialog

  1. On the main menu, choose Run | View Breakpoints, or press Ctrl+Shift+F8.
  2. In the Breakpoints dialog box that opens, clickadd.
  3. Select Field Watchpoint from the drop-down list:
    add_field_watchpoint_1
  4. In the Add Field Watchpoint dialog box that opens, specify the following:
    • Fully qualified name of a class that contains the desired field. You can type it manually, or click browseButton, and find the desired class by name, or from the project.
    • Field name. You can type it manually, or click browseButton and select the desired field from the list of fields in the selected class.

Creating field watchpoints using the editor

  1. Open the desired class in the editor, and locate the field you want to create a watchpoint for.
  2. Alt+click on the left gutter at the field declaration line.

Creating field watchpoints from the Debug tool window

  1. During the debugging session, open the Variables tab.
  2. Select the desired field and choose Add Field Watchpoint on the context menu.

Deleting field watchpoints

  1. In the Breakpoints dialog box, select the desired field watchpoint, and clickdelete.
  2. In the editor, locate the line with the watchpoint to be deleted, and click its icon in the left gutter.

See Also

Last modified: 13 July 2016