Filtering Data in the Module Content Window

The Source Debugger enables you to filter the data being displayed in the module content window.

To filter the contents of the module content window:

Enter a filtering condition in the Filter field in the module content window (e.g. to view all variables whose name ends with 1, you could enter *1. To view all variables whose name begins with "a", you could enter a*).

Note: Entering a character (or characters) followed by the asterisk wildcard character (*) will result in all variable, parameter, and module names beginning with the specified character(s) remaining in the module content window (e.g. "c*" will filter the list to display only those variable, parameter, and module names beginning with a c). Entering an asterisk wildcard character followed by a character (or characters), followed by a second asterisk wildcard character will result in all variable, parameter, and module names containing the specified character(s) remaining in the module content window (e.g. "*ch* will filter the list to display only those variable, parameter, and module names containing the letters "ch"). Entering an asterisk wildcard character followed by a character (or characters) will result in all variable, parameter, and module names ending with the specified character(s) remaining in the module content window (e.g. "*e" will filter the list to display only those variable, parameter, and module names ending with an e).

Press the Enter key.

 

The module content window will display only those objects that meet the entered filtering condition.

Note: To clear the filter, simply enter * in the Filter field and press the Enter key.