Monday 21 April 2008

Debug VBS file in VS2005

If you would like to debug a Visual Basic Script (vbs) file in Visual Studio 2005 it can be done quite easily. In the command line editor browse to the directory of the vbs.

Type the following to bring up a Visual Studio debugger:


cscript nameofVBS.vbs //x

Attach:


No comments: