hi,
there is no tracing option in Pd, and I cannot see how to emulate step-tracing, setting breakpoints etc. (not to mention blinking of patchcords). But simple tracing of messages passed around is possible, if you would torture Pd sources a little and recompile (make it a special debug-pd, do not replace the original executable of course). An example, which applies to anythings only, is in m_class.c.diff attachment. You can do similar things to pd_list() (et al.) in m_pd.c. You can filter out more classes or preserve printing of those I have filtered out.
Btw. am I right, that classmaker' was meant to be called
canvasmaker'?
Krzysztof
delire wrote:
is there a trace function in pd - as in max? for instance: to get a step by step update of how my note numbers and velocities were being handled by a list object...
...
--- m_class.c~ Mon Oct 22 17:09:09 2001 +++ m_class.c Mon Oct 22 17:08:41 2001 @@ -616,6 +616,17 @@ int narg = 0; t_pd *bonzo;