TOC PREV NEXT INDEX

 


Interrupting the Application


Clicking the Stop button causes TclPro Debugger to interrupt the application while it is running. You can interrupt the application at any time; when you interrupt, an implicit breakpoint is added to the next command to be executed in the script. The application stops as it would at any other breakpoint, and you can then interact with the application.


Note: If your code is in an event loop when you click the Stop button, no code is shown in the Code display and the top level in the stack frame displays "event."

Note: If your application is executing uninstrumented Code or is in a long-running command, TclPro Debugger may not be able to stop the application immediately.



http://www.ajubasolutions.com
Voice: (650) 210-0100
Fax: (650) 210-0101
support@ajubasolutions.com
TOC PREV NEXT INDEX