microstudio
microstudio copied to clipboard
Debugger and watch window
It's a big one, but I believe it would be great to have option to debug your code with breakpoints, steping and watch window with current values of all/selected variables.
As microStudio uses Ace as an editor, this link might be useful - https://stackoverflow.com/questions/36580003/possibility-of-adding-a-debugger-to-ace-editor
So the watch window part is done. There is also a frame-by-frame mode now. I am leaving this open as the breakpoints / steping aren't there yet.