Debugging TL programs

In the Tycoon System a source level debugger for TL programs is still missing. So what help is given a TL programmer to debug his or her programs?

The Tycoon Machine can trace function calls und break the program interpretation on demand.

You can define the debug option file at the start of the Tycoon machine by the parameter
-debug
.

If this is misleading, refer to the actual implementation of debugging support in ${TYCOON_ROOT}/tm2/tmdebug.c.


Gerald Schröder (17-may-1995, 26-feb-1996)