How do I get Microsoft Script Debugger to work with 64-bit Windows 7?

早过忘川 提交于 2019-12-30 18:35:14

问题


I'm trying to debug some VBScript and normally I'd install the ancient (but free) Microsoft Script Debugger which would work fine on 32-bit XP and 32-bit Windows 7.

However after installing it on 64-bit Windows 7 neither //d or //x (or even both) actually invoke the debugger any more. The script will happily run as if I've never supplied the option - but that isn't very useful.

Is there anything I can do to get it working? I only use it occasionally to scratch my own itches, so I cannot justify purchasing some commercial tool as a replacement.


回答1:


Microsoft has been removed script debugger from their server. So, you can download it from here and try with this. I'm using windows 7 (64-bit) and it's working for me fine.



来源:https://stackoverflow.com/questions/10980171/how-do-i-get-microsoft-script-debugger-to-work-with-64-bit-windows-7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!