in reply to Re: How to use Perl_init_debugger in XS code?
in thread How to use Perl_init_debugger in XS code?
I may have not explained very well.
From the various docs, the function Perl_init_debugger should exist for XS modules to call, but it doesn't. Using the raw source code for Perl_init_debugger solves my problem.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to use Perl_init_debugger in XS code?
by Anonymous Monk on Jan 13, 2017 at 03:11 UTC |