Tuesday, February 22, 2011

Debugging Tcl, advanced way.. (part 1)

DEBUG helpers - code.

Hi,
Here is a nice helper code to make your debug life much much easier.

If you encountered in a bug and the debugger is so slow you wana die, you probabelly puts some messages in the function entry and when the function returns (with it's value).

In the attached code you'll find a very nice surprise.

No comments:

Post a Comment