debugging (stepping thru in debugger) within a try block
- From: "Badari Kakumani" <badarisj@xxxxxxxxx>
- Date: 13 Feb 2006 16:13:02 -0800
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
.
- Follow-Ups:
- Re: debugging (stepping thru in debugger) within a try block
- From: Eric Schwartz
- Re: debugging (stepping thru in debugger) within a try block
- Prev by Date: Re: Loading Perl Modules from same directory as script
- Next by Date: Re: HTTP 1.1 Support in LWP / ParallelUA
- Previous by thread: Loading Perl Modules from same directory as script
- Next by thread: Re: debugging (stepping thru in debugger) within a try block
- Index(es):