Microsoft Script Debugger does not start

Share your tips, tricks and favorite iMacros macros, scripts and applications for web automation in general here.
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team
Post Reply
Hannes, Tech Support

Microsoft Script Debugger does not start

Post by Hannes, Tech Support » Mon Jul 06, 2009 1:08 pm

If

Code: Select all

cscript //X myScript.vbs
does not open myScript in the Microsoft Debugger (or "//D" does not start it in case of an error),
make sure that the following registry key refers to the right executable:

Code: Select all

[HKEY_CLASSES_ROOT\CLSID\{834128A2-51F4-11D0-8F20-00805F2CD064}\LocalServer32]
@="c:\\Program Files\\Microsoft Script Debugger\\msscrdbg.exe"
(cf. this German site: http://www.msexchangefaq.de/code/vbscript.htm )
Last edited by Hannes, Tech Support on Mon Jul 06, 2009 1:14 pm, edited 1 time in total.
Reason: changed "wscript" to "cscript"
Post Reply