Wednesday, February 12, 2014

Debug vbscript using VS2013

http://krestenm.blogspot.com/2007/12/vbscript-projects-in-visual-studio2.html

create a project in VC++ makefile

change project property
Choose the General Page, and change the "Configuration Type" from "Makefile" to "Utility".

add vbscript

change the debug to use cscript.exe
command line to //x vbscriptname.vbs

set up breakpoint in vbs
control-f5 to start debugg
(no need to build the project)

No comments:

Post a Comment