Previous Topic: The Debug View ToolbarNext Topic: The Diagram Trace Explorer View


The Debug View Pop-up Menu

You can access the Debug view's pop-up menu shown in the following illustration by right-clicking inside the Debug view. The Debug View pop-up menu lets you perform the actions described in the following list:

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

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

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

Skip Over

Resumes the application (without executing the current method), stopping at the 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

Toggles the Use Step Filters action to turn on the use of step filters (so all Step actions apply step filters) or turn off the use of step filters.

Resume

Resumes execution on one or more selected connections.

Suspend

Suspends execution on one or more selected connections when the selections contain only running Connections or Stack Frames.

Terminate

Terminates the selected debug target and ends the debug session.

Disconnect

Disconnects from the selected application, which effectively terminates the debug session.

Note: The Diagram Trace Utility does not support the Properties function on the Debug view pop-up menu.