in reply to [Solved] Best method of call tracing, without writing code?
The module that *uses* the module whose methods I want to trace is loaded dynamically, at run-time through a mechanism I created with an eval.
So load it earlier when debugging.
perl -MTL1ng::Parser -MDebug::Trace=TL1ng::Parser::parse_string test_s +imple_auto.pl
|
|---|