Re: [PD-dev] gdb listening to PD

2006-11-15 Thread Miller Puckette
Oops, I should have explained more carefully... I can't get GDB to load symbols from externs. So I can trap into GDB when something goes wrong but then can't see anything. I usually just compile the object I'm debugging into Pd itself to fix this. cheers M On Tue, Nov 14, 2006 at 01:25:50PM

Re: [PD-dev] gdb listening to PD

2006-11-15 Thread Hans-Christoph Steiner
Feel like adding some info as to how to the HOWTO: http://puredata.org/docs/developer/UsingGdbToDebugPdExternals .hc On Nov 14, 2006, at 7:25 AM, Tim Blechmann wrote: several ways to debug pd externals with gdb: - crash the external (with asserts) - declare pending breakpoint, that are

[PD-dev] gdb listening to PD

2006-11-11 Thread Conor J Curran
Hi, Tonight I was trying to hook up GDB with PD. When attempting to attach to PD, I was presented with the following options. Could anyone tell me which process/es should I connect to? pd_bang pd_free pd_setloadingabstraction pd_bind [EMAIL PROTECTED]