in reply to Re: dropping to the debugger from script?
in thread dropping to the debugger from script?

DB::single helps , but in order for it work the script should initially be ran with perl -d . Is it possible for it to work if I didn't start the script with the -d option ?
  • Comment on Re^2: dropping to the debugger from script?

Replies are listed 'Best First'.
Re^3: dropping to the debugger from script?
by Corion (Patriarch) on Sep 24, 2008 at 15:56 UTC
      Exactly what I was looking for ! Thanks Corion !