Book a Demo

Author Topic: Microsoft Script Debugger vs Microsoft Scripting Engine  (Read 6459 times)

Viking

  • EA User
  • **
  • Posts: 478
  • Karma: +2/-2
    • View Profile
Microsoft Script Debugger vs Microsoft Scripting Engine
« on: March 12, 2018, 10:19:00 pm »
Hi together,

in http://sparxsystems.com/enterprise_architect_user_guide/13.0/automation/the_scripter_window.html I read, that for Scripting "Microsoft Scripting Engine" (or "Mozilla SpiderMonkey") is necessary. My questions are:

(1) Is MS Script Debugger not needed anymore? If yes, from when on?
(2) Do Microsoft Scripting Engine and Mozilla SpiderMonkey support different features?
(3) Is the MS Script Debugger always needed for scripting or only in special cases (e.g. ActiveX)?

I cannot answer these questions on my own because I cannot install the deprecated MS Script Debugger.

Many thanks in advance, V.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Microsoft Script Debugger vs Microsoft Scripting Engine
« Reply #1 on: March 12, 2018, 11:31:58 pm »
AFAIK you only need the debugger to ... debug scripts.

Writing or executing scripts can be done without the debugger.

Geert

Viking

  • EA User
  • **
  • Posts: 478
  • Karma: +2/-2
    • View Profile
Re: Microsoft Script Debugger vs Microsoft Scripting Engine
« Reply #2 on: March 13, 2018, 12:29:35 am »
AFAIK you only need the debugger to ... debug scripts.
Writing or executing scripts can be done without the debugger.
Geert

Many thanks, Geert.

I wonder why the MS Script Debugger is not mentioned any more. MS Scripting Engine is not the successor of MS Script Debugger for my understanding.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Microsoft Script Debugger vs Microsoft Scripting Engine
« Reply #3 on: March 13, 2018, 01:41:32 am »
AFAIK you only need the debugger to ... debug scripts.
Writing or executing scripts can be done without the debugger.
Geert

Many thanks, Geert.

I wonder why the MS Script Debugger is not mentioned any more. MS Scripting Engine is not the successor of MS Script Debugger for my understanding.

MS Script Debugger is no longer published as a free download by Microsoft, but it is still mentioned in the manual: http://www.sparxsystems.com/enterprise_architect_user_guide/13.5/automation/debug_scripts.html

Geert

Viking

  • EA User
  • **
  • Posts: 478
  • Karma: +2/-2
    • View Profile
Re: Microsoft Script Debugger vs Microsoft Scripting Engine
« Reply #4 on: March 13, 2018, 02:47:43 am »
AFAIK you only need the debugger to ... debug scripts.
Writing or executing scripts can be done without the debugger.
Geert
Many thanks, Geert.
I wonder why the MS Script Debugger is not mentioned any more. MS Scripting Engine is not the successor of MS Script Debugger for my understanding.
MS Script Debugger is no longer published as a free download by Microsoft, but it is still mentioned in the manual: http://www.sparxsystems.com/enterprise_architect_user_guide/13.5/automation/debug_scripts.html
Geert

O.K. Maybe for debugging only. Thank you, Geert.