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

Re: Perl symbols for debugging?

by bulk88 (Priest)
on Feb 19, 2014 at 04:05 UTC ( [id://1075419]=note: print w/replies, xml ) Need Help??


in reply to Perl symbols for debugging?

You can't with Strawberry Perl. GCC symbols are usually embedded in the binary ("striped" is the power word). If your binary doesn't come with them, tough luck. Visual C Perl uses pdb files, which are usually distributed in a separate archive than the binaries. Activeperl 5.16 and older use Visual C and AS has .zips with the pdb files for download. Also windbg can not read GCC symbols. Only gdb can read GCC symbols. Also gdb can not read Visual C/windbg symbols. I suggest sticking with a strictly Visual C compiled process to keep your sanity.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (5)
As of 2024-04-19 21:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found