If you must use VBS scripts (I can't think of a reason why you would WANT to use them) then there is an easier way to debug these (other than the old school printouts).
from the command prompt run:
cscript.exe test.vbs //X
this will pop up the debugger choice with the list of Visual Studio apps available (2003/05/08/10 etc.) and will allow you to step in and debug line by line.
Sunday, October 2, 2011
Subscribe to:
Post Comments (Atom)
A bit belatedly but 'Thanks' - very useful to know.
ReplyDelete