Is it possible to debug Perl that contains XS sections to see the program flow?

436 Views Asked by At

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?

1

There are 1 best solutions below

1
Chankey Pathak On BEST ANSWER