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
    All other nodes are hidden from the view. When the current call stack is updated, the Visual Debug view is refreshed to reveal or hide some of the nodes.

    The following example shows a diagram that is displayed when the Only Show Current Execution Path option is enabled:A filtered diagram

  • 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:a complete diagram