vbscript 调试器 [英] vbscript debugger

查看:38
本文介绍了vbscript 调试器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个可用于开发的 vbscript,但不能用于服务器.

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

我想调试这个,但我不想在服务器上安装visual studio.

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?

推荐答案

如果您指的是经典"VBScript,即 .vbs 文件,Microsoft 有一个名为 Microsoft Script Debugger,其功能或多或少类似于 Visual Studio 调试会话.除了在代码中添加调试语句之外,这可能是您最轻量级的选择.

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.

这篇关于vbscript 调试器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆