Debuging VBScript in Visual Studios Express
Posted
by Wil
on Stack Overflow
See other posts from Stack Overflow
or by Wil
Published on 2010-05-22T03:37:56Z
Indexed on
2010/05/22
3:40 UTC
Read the original article
Hit count: 583
I have read around the net that its possible to debug VBScript WSH files Visual Studios 2005 Express (I think Web Edition) but everytime I try cscript.exe myscript.vbs //X the script just executes.
I have tried VS Express 2005, 2008 and 2010 all editions.
I have also tried Visual Studios Premium 2010 which does infact debug scripts as I would expect however I want to be able to debug scripts with free tools (I don't want to get a VS 2010 licence for all the other people on my team).
I know about Microsoft Script Debugger but it doesn't let you discover objects as well as Visual studios does.
© Stack Overflow or respective owner