Feedback

  • Contents
 

Call Level

This criteria filters by call level. Call level (or call stack, if you prefer), is an indicator of functions calling other functions. The first calling function is level 0. If the main function calls a helper function, the helper is considered to be at call level 1, and so forth. Call levels help trace the flow of control from one function to another.

Enable This Filter check box

This check box is selected by default, which causes this filter criteria to be evaluated when the filter is applied. Clear this option to temporarily exclude this criteria when the filter is applied.

Invert This Filter check box

To invert the filter result, select this check box. The filter selects all entries that do not match the criterion.

Semi-colon separated list of function call levels to match

Enter call level numbers delimited by semicolons. For example:

1;2;3

OK button

Closes the Filter Configuration dialog box and applies the filter.

Cancel button

Closes the dialog, but does not change filter settings.

Related Topics