Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: How to use Perl_init_debugger in XS code?

by Anonymous Monk
on Jan 09, 2017 at 12:38 UTC ( [id://1179211]=note: print w/replies, xml ) Need Help??


in reply to How to use Perl_init_debugger in XS code?

Check Re: Can't compile XS code
  • Comment on Re: How to use Perl_init_debugger in XS code?

Replies are listed 'Best First'.
Re^2: How to use Perl_init_debugger in XS code?
by Anonymous Monk on Jan 10, 2017 at 16:04 UTC
    Thanks for the reply.

    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.

      The wisdom from the link is

      to use objdump to confirm the symbol exists, since it should exist

      and to make sure you're not having conflicting/old mingw/gcc...something in your %PATH%, which might be causing the error

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1179211]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-25 23:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found