11 Nov
2008
11 Nov
'08
11:08 a.m.
Alan STONE wrote:
I tried \tracingmacros=1 but that's not what I'm looking for.
\tracingassigns=1 is as close as you can get. Otherwise, you will end up with extremely dangerous constructs like this trick that may very well interfere with what you are trying to debug: \let\normaldef\def \def\dumpDEF {\immediate\write16 {\expandafter\string\theDEF=\expandafter\meaning\theDEF}} \unexpanded\normaldef\def#1% yes, this redefines \def! {\normaldef\theDEF{#1}\afterassignment\dumpDEF\normaldef#1} Best wishes, Taco