Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Breaking into debugger

by scrottie (Scribe)
on Dec 22, 2003 at 23:05 UTC ( [id://316518]=note: print w/replies, xml ) Need Help??


in reply to Breaking into debugger

Use B::Generate to change the nextstate ops into dbstate ops. Here are a few links to get you started: an article by Simon Cozen, author of B::Generate as published on perl.com that shows how to rewrite programs using B::Generate. Perl Assembly - structure of the bytecode, common ops and idioms. If you want to enable debugging completely after the fact from a module, it is possible, but it is tricky, and because of that you might want to consider changing your requirements - but again, it can be done.

-scott

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (4)
As of 2024-03-28 23:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found