Lee Jonas wrote:
> I am an experienced Windows C++ developer and I know how to use debuggers
> generally.  I *am* new to UNIX, Perl, DBI and PerlXS though.  The main
> question I face is how can I debug DBD Perl XS C/C++ modules?  What are the
> special steps I have to take to get a DBD module running in the debugger?

xsubpp produces C-code out of XS. You could probably try
compiling that C-code with debugging symbols and then
execute it stepwise by gdb or by MS Visual Whatever.

See "perldoc perlxs", "perldoc perlguts" and also the 
20th chapter in http://www.oreilly.com/catalog/advperl/

Reply via email to