NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
What's up with Devel::Trace? (Score:2)
Reply to This
Re:What's up with Devel::Trace? (Score:2)
Devel::Trace is really close to what I want. However, it doesn't allow me to control the filehandle I want to send the trace output to, so error messages I might need are comingled with the trace output. However, the reality is, I didn't find that module when I was searching (I was searching for strace :), so this is only an "after the fact" gripe.
Re:What's up with Devel::Trace? (Score:1)
Re:What's up with Devel::Trace? (Score:2)
Well, I just sent an email to Dominus asking if he's interested in patches for it. Amongst other things, it would be nice to pass in callbacks so I can have fine-grained control over what's being dumped out, including access to the debugger API. It would be nice if I don't start tracing until $x >= 3 or simply don't trace except when a particular variable changes.
Re:What's up with Devel::Trace? (Score:2)
Oh, and thanks for pointing that module out.