Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 463
Richard Avatar asked Jun 11 '12 12:06

Richard


1 Answers

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.

like image 141
ArunTnp Avatar answered Oct 12 '22 05:10

ArunTnp