> -----Original Message----- > From: Sisyphus [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 24, 2005 2:04 PM > Cc: [EMAIL PROTECTED]; inline@perl.org > Subject: Re: [Pdx-pm] Debugging Inline C programs... > > To use gdb, I gather that perl, itself, needs to have been > compiled with '-g'.
Yes, that's true, I've done it. It then becomes a standard exercise in debugging a C program using gdb - the fact that it's reading perl code and executing it is immaterial (and largely inaccessible) from the perspective of gdb. -Ken