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

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -