Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: perldb: Howto trace only "my" modules?

by The Perlman (Scribe)
on Jan 29, 2012 at 20:19 UTC ( [id://950645]=note: print w/replies, xml ) Need Help??


in reply to Re: perldb: Howto trace only "my" modules?
in thread perldb: Howto trace only "my" modules?

Thanks for the links.

I was aware that I can overload internal DB:: functions, (sorry for not mentioning)

I just had the hope that I could solve this with an *option* (CLI or .perldb).

Actually in this case I think I have to overload DB::sub like demonstrated in perldebguts

{ package DB; sub DB {} sub sub {print ++$i, " $sub\n"; &$sub} }
Thanks anyway! :)

Log In?
Username:
Password:

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

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

    No recent polls found