Programming Guide : 16. Debugging Your Application : How Debugging an Application Works : Display a Different Script
 
Share this page                  
Display a Different Script
By default the Debugger window displays the script associated with the current frame or procedure. You can display a different script in the Debugger window.
To display a different script
1. Click File, New Script, Specify.
OpenROAD opens the Select New Script dialog, which displays a list of available components in the current application.
2. Select a component and then click OK.
The Debugger displays the script for that component in the Debugger window.
Other options on the New Script menu let you navigate among the scripts of components currently in the call stack:
Up
Displays the script for the previous component in the call stack if the currently displayed script is for a component in the call stack, this operation. For this purpose, a local procedure is treated as a separate component.
Down
Displays the script for the next component in the call stack if the currently displayed script is for a component in the call stack and it is not the last component in the call stack. For this purpose, a local procedure is treated as a separate component.
Current
Displays the currently executing script, if any