Scripting

 From:  Michael Gibson
7238.53 In reply to 7238.52 
Hi Lawrence - sorry no there isn't any way currently to run a script in a debugger, you have to debug it old fashioned style by calling moi.ui.alert( 'msg' ) in places where you want to see what a particular variable holds.

In the future I do want to try and make some kind of integrated debugger that would help make scripting easier. There will be quite a lot of work involved to make that happen though.

- Michael