in reply to
debugging perl module written in C
I would like to debug text::scan, but it is written in C and I don't know how to step through it with Komodo IDE to debug it.
So? You need a debugger like
gdb
, or you can recompile Text::Scan and add print statements.
Comment on
Re: debugging perl module written in C
In Section
Seekers of Perl Wisdom