Target Language Compiler | ![]() ![]() |
Debugging Your TLC Code
Objective: Introduces the TLC debugger. You will learn how to set breakpoints and familiarize yourself with TLC debugger commands.
Example directory: tlctutorial/tlcdebug
You can cause the TLC debugger to be invoked whenever Real-time Workshop builds a model. In this exercise you use it to detect a bug in a .tlc file for a model called simple_log
. The bug causes output from the stand-alone version of the model that Real-time Workshop generates to differ from its output in Simulink:
![]() | More on TLC Loop Rolling | Getting Started | ![]() |