Previous Topic: Debug View Interactions with Other ViewsNext Topic: The Debug View Pop-up Menu


The Debug View Toolbar

The following toolbar appears to the right of the Debug view title bar.

Debug view toolbar

The icons on the Debug view toolbar let you perform the actions described in the following table:

Icon

Action

Description

Resume icon

Resume

Resumes execution on one or more selected connections.

Suspend icon

Suspend

Suspends execution on one or more selected connections.

Terminate icon

Terminate

Terminates the selected debug session.

Disconnect icon

Disconnect

Disconnects from one or more selected connections.

Step into icon

Step Into

Resumes execution, stopping at the next statement either in the same method, a called method or (if you are at the end of a method) in the method from which the current method was called.

Step over

Step Over

Resumes execution, stopping at the next statement either in the same method or (if you are at the end of a method) in the method from which the current method was called.

Step Return icon

Step Return

Resumes execution, stopping at the next statement in the method from which the current method was called.

Skip over icon

Skip Over

Resumes the application (without executing the current statement), stopping at the next statement either in the same method or (if you are at the end of a method) in the method from which the current method was called.

Use step filters icon

Use Step Filters

Toggles step filters on and off. When on, all Step actions apply step filters.

Suspend on entry

Suspend on Entry

Suspends the application execution whenever an Action Diagram is first entered.

To determine the action of each icon, hover your mouse over the icon to see the tooltip that appears.