Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Invoking the debugger on yourself

by fizbin (Chaplain)
on Jan 02, 2004 at 19:30 UTC ( [id://318399]=note: print w/replies, xml ) Need Help??


in reply to Invoking the debugger on yourself

I'm not sure I would have modified my script to include -d on the shebang line. That's the kind of thing I'd forget to take out. Is there some reason you didn't want to start your script with:
PERLDB_OPTS=nonstop perl -wd myprogram myarg1 myarg2...
? Or even:
PERLDB_OPTS=nonstop PERL5OPT=-wd myprogram myarg1 myarg2...

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (2)
As of 2024-04-26 01:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found