I have a project written in Perl with XS components written in C++. I am debugging with command like
perl -d perl_file.pl
How I can use the debugger to jump from Perl into those C++ files?
You could use GNU Project Debugger.
gdb /usr/bin/perl
r perl_file.pl
See perlhacktips:
Also see:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With