[PD] Trying to track a ghost pdtk_canvas_getscroll call

Mathieu Bouchard matju at artengine.ca
Thu Nov 18 18:50:40 CET 2010


On Thu, 18 Nov 2010, Ivica Ico Bukvic wrote:

> I have a real pickle in trying to debug Pd. Namely, when I grep-ed every 
> single instance of pdtk_canvas_getscroll and commented it out, it still 
> gets invoked somehow and I am at a loss how. I know it occurs as many 
> times as there are objects selected that have been moved (so it is 
> definitely per-object)

Use <execinfo.h>'s backtrace() so that sys_vgui prints the name of the 
calling function just before each line is printed while in -d 1 mode.

  _______________________________________________________________________
| Mathieu Bouchard ---- tél: +1.514.383.3801 ---- Villeray, Montréal, QC


More information about the Pd-list mailing list