in reply to Re^2: how do I debug a module w/ c
in thread how do I debug a module w/ c
Build your XS binary (a DLL on Windows, I suppose) with debugging symbols, launch perl.exe in your debugger, and set breakpoints in your DLL.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: how do I debug a module w/ c
by chuckd (Scribe) on Aug 27, 2008 at 16:22 UTC | |
by chromatic (Archbishop) on Aug 27, 2008 at 16:49 UTC |