The MOFScript Debugger is a light-weight add-on to the
existing MOFScript runtime. It does not extend/use the Eclipse debugging
framework.
Debugging is available through the pop-up menu. It allows to set / remove break point and to start/stop/step debugging.
When debugging, MOFScript execution will halt at specified break points. You can step through execution using control keys:
Choosing ‘Cancel Debug’ will disable the debug session and continue normal execution.