T
Tony Bansten
Is there an easy way to debug a vbscript in such a way that each line of the vbscript
is shown step-by-step just before the actual execution with the resolved variable values?
In the former DOS batch scripts there was a command like
echo on
which does exactly this.
Is there a similar debug-enabling command in VBscript?
I don't want to install a full IDE for tracing and debugging.
Just output at the command line would be sufficient.
Tony
is shown step-by-step just before the actual execution with the resolved variable values?
In the former DOS batch scripts there was a command like
echo on
which does exactly this.
Is there a similar debug-enabling command in VBscript?
I don't want to install a full IDE for tracing and debugging.
Just output at the command line would be sufficient.
Tony