debugging (stepping thru in debugger) within a try block



folks,

i have recently started using the exception handling using
try ... catch ... otherwise ... finally.

those are great OO concepts.

when i use perl debugger on code using the above try... catch etc,
i am unable to step thru the code in those try ... catch blocks.

is there any way to step thru those blocks of code which seem to be
getting executed as a single unit (like eval i think)?

thanks for your help,
-badari

.