parallaxinc / solo

BlocklyProp without the wires
MIT License
5 stars 5 forks source link

Restore "debug" URL flag #271

Closed MatzElectronics closed 3 years ago

MatzElectronics commented 4 years ago

This could be done with the experimental flag as another value (?experimental=debug).

All console.log's should be being this flag, and this flag should open up the XML editor pane.

zfi commented 4 years ago

Let's consider using a lightweight logging framework for debugging messages sent to the console. I am partial to Log4js. With that, we can adjust the verbosity (logging level) from a query string.

I would also like to see the a separate query string element to enable the XML editor pane.