in reply to Re: How do I get output from the perl debugger (perl -d) into a text file?
in thread How do I get output from the perl debugger (perl -d) into a text file?
It doesn't quite work. tee does print out to that log file, but it only seems to be printing what normally would be coming out of stdout. Perhaps if I could trap the stderr stuff into tee I would get the debug output as well. Any ideas?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How do I get output from the perl debugger (perl -d) into a text file?
by jhourcle (Prior) on Aug 01, 2005 at 13:14 UTC | |
by tye (Sage) on Aug 01, 2005 at 13:55 UTC |