| Target Language Compiler | ![]() |
About the TLC Debugger
The TLC debugger helps you identify programming errors in your TLC code. Using the debugger, you can:
The TLC debugger has a command line interface and uses commands similar to standard debugging tools such as dbx or gdb.
Tips for Debugging TLC Code
Here are a few tips that will help you to debug your TLC code:
%trace This is in my function %<variable>
Your message will appear when the Target Language Compiler is run with the -v command switch, but will be silent otherwise. You may use %warning instead of %trace to print variables, but you will need to remove or comment out such lines after you are through debugging.
| Debugging TLC Files | Using the TLC Debugger | ![]() |