Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I know that the vb-script files can be debugged by using the below command
cscript //x scriptfileName.vbs


But I am not able to get the debugger's list even though I have visual studio Integrated shell installed on my machine. Actually this integrated shell is installed as part of SQL server 2008 installation.

What I need is to be able to debug vb-script files from visual studio 2008 Integrated shell.

Can any one help me out in this?
Posted
Updated 24-Aug-12 11:51am
v2
Comments
ZurdoDev 24-Aug-12 10:27am    
I don't know about attaching a debugger to VBScript but one easy thing you can do is to use MsgBox in it to see what your values are.

1 solution

Try this product : http://www.vbsedit.com/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900