A question on perl debugger
I found that the perl debugger has an option 'AutoTrace', which when
set causes the debugger to automatically execute the code line by
line. Now the problem I am facing is that, the debugger steps inside
the function calls. How do I get it to just step over the code?
Thanks,
Gowtham
.
Relevant Pages
- Re: Obscure utf8/"panic: malloc" bug
... the Perl debugger, I turn on tracing when the program reaches the ... As it turns out, this bug surfaces *only* ... when I run the code in the debugger which means that I cannot debug ... In my address everything before the first period is backwards; ... (comp.lang.perl.misc) - Re: An interactive interpreter/shell?
... I've found "my" to be tricky in the perl debugger. ... Without warnings enabled, attempts to print undefined values display ... Enter h or `h h' for help, or `perldoc perldebug' for more help. ... (comp.lang.perl.misc) - Re: Obscure utf8/"panic: malloc" bug
... when I run the code in the debugger which means that I cannot debug ... SWASHNEW cannot be debugged using the Perl debugger. ... architecture to support RExen on UTF8 strings. ... search keywords. ... (comp.lang.perl.misc) - breakpoint on builtin functions?
... I am trying to use the Perl debugger. ... output to screen which I do not desire. ... The debugger sets breakpoints on my program's own ... (comp.lang.perl.misc) - Re: FAQ 3.5 How do I debug my Perl programs?
... >In article, Eric J. Roode ... >>> Have you tried the Perl debugger, described in perldebug? ... (comp.lang.perl.misc) |
|