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

The icons on the Debug view toolbar let you perform the actions described in the following table:
|
Icon |
Action |
Description |
|---|---|---|
|
|
Resume |
Resumes execution on one or more selected connections. |
|
|
Suspend |
Suspends execution on one or more selected connections. |
|
|
Terminate |
Terminates the selected debug session. |
|
|
Disconnect |
Disconnects from one or more selected connections. |
|
|
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 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 |
Toggles step filters on and off. When on, all Step actions apply step filters. |
|
|
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.
|
Copyright © 2013 CA.
All rights reserved.
|
|