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

c# - Getting "Internal .Net Framework Data Provider error 30" error when column has NULL value -

SAP Web Service from .NET via WCF -

c++ - How to modify context menu of internet explorer using IDocHostUIHandler::ShowContextMenu? -