开发者

vbscript debugger [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 8 months a开发者_运维技巧go.

Improve this question

I have a vbscript that works in development but not the server.

I want to debug this, but I don't want to install visual studio on the server.

What is the most lightweight way to debug this using a debugger?


If you're referring to "classic" VBScript, i.e. .vbs files, Microsoft has a tool available called Microsoft Script Debugger that functions more or less like a Visual Studio debugging session. It's probably your most lightweight option short of adding debug statements to the code.


VBSEdit is great.

The free version does have an annoying timer but it's $59. It does use Microsoft Script Debugger.


You can use either Microsoft's default debugger or vbsedit. Vbsedit is a good IDE for VBS, HTA and HTML. And it includes a debugger.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜