in reply to [Solved] Best method of call tracing, without writing code?

What are you looking for that Debug::Trace doesn't do for you?

My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?
  • Comment on Re: Best method of call tracing, without writing code?

Replies are listed 'Best First'.
Re^2: Best method of call tracing, without writing code?
by Hercynium (Hermit) on Oct 05, 2007 at 17:07 UTC
    Really, I'm just looking for the current best practice.

    As a update, I've just tried Debug::Trace as it is documented and I'm getting no output...
    perl -MDebug::Trace=TL1ng::Parser::parse_string test_simple_auto.pl
    TL1ng::Parser::parse_string() is called as a method on a TL1ng::Parser object from inside various methods in TL1ng::Base.

    I can't figure out what I'm missing :(