vbscript debugger -
i have vbscript works in development not server.
i want debug this, don't want install visual studio on server.
what lightweight way debug using debugger?
if you're referring "classic" vbscript, i.e. .vbs
files, microsoft has tool available called microsoft script debugger functions more or less visual studio debugging session. it's lightweight option short of adding debug statements code.
Comments
Post a Comment