[Israel.pm] RE: calling perl from c
David Baird
david.baird at cmcrossroads.com
Tue Sep 14 13:45:22 PDT 2004
> How do I use the activestate debugger while executing perl
> scripts from C by call_pv
I cannot directly say, but I assume that you would put the debugger in
listening mode, then trigger the debugging with a "#!perl -d" line in
your script. The ActiveState PDK documentation has a section in the
Graphical Debugger for starting it in remote mode.
I am unfamiliar with the C API for Perl, but would assume there is a way
to start Perl in debug mode.
More information about the Perl
mailing list