Subject: | no way to simply trace subroutines (all, by default). |
This module is only as useful as putting printf in a subroutine, but
less so, as you have to put it on the command line each time.
I want to trace all subs in my file -- in any module in my file. I
don't want to have to type 100 subroutines names out on the command
line, nor multiple package names.
Ltrace is probably more useful for most people who only use 1 module /
file, but for those of us who have several-20 classes in the same file
-- not modules, but using packages as classes as 'types', it's not very
useful either. But having to remember my subnames...ouch...
Impossible.
I always end up instrumenting my code for tracing being able to turn
arbitrary groupings off/on...but not so convenient when what I want
is something 1 step above statement tracing -- just function call tracing...