TOC PREV NEXT INDEX

 


Opening a File


Opening a file in TclPro Debugger gives you the opportunity to create or check existing line-based breakpoints in the file before the file is sourced in the application. Breakpoints cause the application to stop before a line of code is executed so that you can examine the state of the application that you are debugging. See "Using Breakpoints".

To open a file:

  1. Select File | Open File from the menubar.
  2. Type the full path and name of the file or browse and click the file that you want to open.
    The file that you opened appears in TclPro Debugger. You can view it using the scroll bars and menus.

Note: You can open a file at any time, even when an application is already running. When you open a file, TclPro Debugger reloads the file if the file has not been sourced by the running application or if no application is running. If the application is running and has sourced the file, modifications to that file cannot be seen in the Code display until that file is sourced again or the file is reopened after the application is terminated.



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