Calls window

 


This window displays the scripts in the current call stack and the line number at which each script is stopped. The call stack indicates the sequence of scripts called in the application. Refer to the following topic for more information:

 

You can choose to debug or edit the selected script, or, using the Unwind button, you can continue executing the selected script while terminating all scripts that appear above the selected script in the call stack.

Exercise caution when using the Unwind button. It will terminate scripts without allowing them to finish normally. This could cause problems in your application, such as if a posting routine isn't completed.


The Calls window contains information only when the application is stopped at a breakpoint.

To display this window

Choose Calls from the Debug menu.


Documentation Feedback