IntelliJ IDEA 2016.1 Help

Spy-js Capture Exclusions Dialog

The dialog box opens when you click the Capture Events button iconFilter toolbar button in the Events pane of the Spy-Js Tool Window. In this dialog box, define custom filters to configure the range of events displayed and traced in the tool window. See Tracing with Spy-Js for details.

The dialog box consists of two panes. The left-hand, Exclusions, pane shows a list of already existing user-defined event filters. The right-hand, Exclusion, pane shows the details of the filter selected in the Exclusions pane.

ItemDescription
Exclusions pane The pane shows a list of all currently available user-defined filters.
  • To define a new event filter, click add on the toolbar, then specify the filter name and exclusion rules in the Exclusion pane.
  • To create a filter based on an already existing one, make a copy of the source filter by selecting it and clicking copy, and then rename and edit the copy as required in the Exclusion pane.
  • To temporarily disable a filter, clear the check box next to it.
  • To remove a filter from the list, select it and click delete.
Exclusion pane On this pane, configure custom event filters. For each filter, specify its name and create a list of exclusion rules.
  • To add a rule, click add, the Add Condition to Exclusion dialog box opens. Type a pattern in the Value/pattern text box, in theCondition type drop-down list specify whether the pattern should be applied to event types or script names. Note, that glob pattern matching is used. When you click OK, IntelliJ IDEA brings you to the Spy-Js Capture Exclusions Dialog.
  • To edit a rule, select it in the list, click edit1, and update the rule in the dialog box that opens.
  • To remove a rule, select it in the list and click delete.

See Also

Last modified: 13 July 2016