MOFScript Debugger

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.

Debugger popup menu

When debugging, MOFScript execution will halt at specified break points. You can step through execution using control keys:

A debug view (MOFScript Debug View) provides a simple view of variable state.

MOFScript Debug View

Choosing ‘Cancel Debug’ will disable the debug session and continue normal execution.