Skip to content

Using MARIE.js

Eric Jiang edited this page Sep 6, 2016 · 5 revisions

Changing Default Settings

To change default settings, go to Edit → Preferences

Opening Examples

To open an example, add ?<example> to the end of the URL

Debugging Tools

Using Breakpoints

Add breakpoints to the side and step through code, pausing at breakpoints and check if values are expected.

Using Breakpoints with Step Back feature

Same as above, but using step-back as well to further debug the code

Use of Control Bar

Using Microstep Button

Submitting Bugs