in reply to (Debugging, Tracing, Trace, Instrumenting) Automatic tracing of my Perl code?
I suspect that a lot of people overlook the usefulness of the debugger as many questions that are answered here would quickly be resolved with a quick debugger session.
Check it out. It will quickly become your best friend. And yes, if you step through your program, it will automatically say what line the program is on at all times :) In fact, everything that you describe in your title is contained in the debugger.
Cheers,
Ovid
Join the Perlmonks Setiathome Group or just go the the link and check out our stats.
|
---|
Replies are listed 'Best First'. | |
---|---|
(bbq) RE: (Ovid) RE: (Debugging, Tracing, Trace, Instrumenting)
by BBQ (Curate) on Sep 22, 2000 at 22:51 UTC |