debugger skips try catch blocs

maqsoum wrote on Tue Feb 12 16:27:54 CET 2008:
  When I am tracing code with the debugger, the stepper will
skip try catch finally constructs, I suspect that this might
be a perl issue, since the concept of exceptions is not a
patched feature in perl. Perhaps the perl debugger is at fault
here, anyhow I would like to be wrong and find a way to make them
work !

 Thanks !
maqsoum wrote on Tue Feb 12 16:41:55 CET 2008:
  Sorry, I'm generating a bit of noise here, the debugger
skips the block, but then goes back at the begining of
the try, and steps as expected (althoug it does step into the Error.pm
even without me asking...)

Note: The above is an archived snapshot of a forum thread. Use the original thread at sf.net to post comments.