- Contents
Interaction Designer Help
Debug Menu Commands
Command |
Description |
Re-Start |
Restarts the debugging session with all the same settings (breakpoints, viewed variables, etc.). |
Run |
Causes a handler to run until it reaches the next break point or until the session ends. |
Stop |
Stops the debug session. When the debugging session is stopped by this method, the user will be prompted if they want to allow the handler to continue when the debugging session ends. |
Step |
Moves to the next step in the handler. This is only used when single-stepping through handlers. |
Step In |
Enters a subroutine in the debugging session. This is only available when the handler is paused on a subroutine step. |
Step Out |
Steps out of a subroutine and returns to the calling handler. |