Tracing logic

2003-07-29 Thread Harter, Douglas
Is there a way to display to STDOUT what each statement looks like as it executes without going into the debugger? On our old system we called this VERIFY. You can do it in bash by doing a set -x. . -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tracing logic

2003-07-29 Thread Steve Grazzini
On Tue, Jul 29, 2003 at 11:45:29AM -0400, Harter, Douglas wrote: > Is there a way to display to STDOUT what each statement looks like > as it executes without going into the debugger? On our old system > we called this VERIFY. You can do it in bash by doing a set -x. It's quite a bit more verbo