TOC PREV NEXT INDEX

 


Parsing Error Handling


A parsing error is an error that is caused by code that is not syntactically valid. An example of a parsing error is a script that is missing a close brace. TclPro Debugger detects parsing errors during instrumentation, whenever a file is sourced or a procedure is created dynamically by the application.

When a parsing error occurs, TclPro Debugger cannot understand the script's control flow following the error, and cannot continue instrumenting the code. TclPro Debugger displays a dialog box in which you choose to either quit the application or continue the application with the partially instrumented script. If you choose to continue debugging the partially instrumented script, the same error appears as a runtime error if the code is executed. See "About TclPro Instrumentation" for details on the implications of continuing despite the parsing error.




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