问题
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