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

I try to debug some VBScript, and usually I install an antique (but free) Microsoft Script Debugger that will work great for 32-bit XP and 32-bit Windows 7.

However, after installing on 64-bit Windows 7, neither //d nor //x (or even both) actually calls the debugger. Script will work as if I never provided this option, but it is not very useful.

Is there anything I can do to make it work? I use it sometimes to scratch my own teeth, so I cannot justify buying a commercial tool as a replacement.

+6
source share
1 answer

Microsoft removed the script debugger from their server. So, you can download it from here and try with it. I am using Windows 7 (64-bit) and it works fine for me.

0
source

Source: https://habr.com/ru/post/917792/


All Articles