TOC PREV NEXT INDEX

 


Changing Project Application Settings


The Application tab of the Project window lets you select basic application settings such as the Tcl script to debug and the Tcl interpreter to use. The contents of the Application tab depend on the Debugging Type option you select:

If you select the Local Debugging option, the Application tab appears as shown in Figure 8.

Figure 8 The Project Application Settings Tab, Local Debugging

You can change the following Local Debugging settings for a project:


Note: TclPro Debugger works properly with most custom Tcl interpreters. However, if your interpreter doesn't accept as its first command-line argument a Tcl script to execute or if it doesn't pass subsequent command-line arguments to the script using the standard argc and argv Tcl variables, then you must take special steps to use your interpreter with TclPro Debugger. See "Using Custom Tcl Interpreters with TclPro Debugger" for more information.

If you select the Remote Debugging option, the Application tab appears as shown in Figure 9.

Figure 9 The Project Application Settings Tab, Remote Debugging

The only application setting you can change when debugging remotely is the TCP port that TclPro Debugger uses to communicate with the remote application. This is the port that you need to pass to debugger_init when starting your debugging session from a remote application. See "Debugging Remote, Embedded, and CGI Applications" for information on remote debugging.


Note: Changes that you apply to your project settings (by clicking either the OK or Apply button) while your application is running don't take effect until the next time you restart your application.



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