Selecting Debug Data

If you do not do anything else than select the edges that should be debugged, all data records that will go through such edges will be saved to debug files.

Nevertheless, as has been mentioned above, you can restrict those data records that should be saved to debug files.

This can be done in the Properties tab of any debug edge or by selecting Debug properties from the context menu after right-clicking the debug edge.

You can set any of the following four edge attributes either in the Properties tab or in the Debug properties wizard.

Properties of an Edge

Figure 27.5. Properties of an Edge


[Important]Important

You can use either CTL1, or CTL2 in Filter Editor.

The following two options are equivalent:

  1. For CTL1

    is_integer($0.field1)
  2. For CTL2

    //#CTL2
    isInteger($0.field1)

The same properties can also be defined using the context menu by selecting the Debug properties option. After that, the following wizard will open:

Debug Properties Wizard

Figure 27.7. Debug Properties Wizard