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.
source share