Only Show Current Execution Path
The Only Show Current Execution Path option is a filter to the Visual Debug view. By default, this filter is enabled, and only the nodes that are related to the current execution path are displayed.
To enable or disable this feature, click the arrow besides the visual debugging icon, and select or clear Only Show Current Execution Path.
- When this filter is enabled, only the following nodes are displayed:
- All nodes that can call the top stack frame node directly or indirectly
- All nodes that can be directly called by the top stack frame node
The following example shows a diagram that is displayed when the Only Show Current Execution Path option is enabled:
- When this filter is disabled, the Visual Debug view shows all
paragraph or procedure nodes of the current program.
The following example shows a diagram that is displayed when the Only Show Current Execution Path option is disabled: