A major update of Emulicious is available

This update adds remote debugging with VS Code. It allows source level debugging with ASM and C code, breakpoints in your own source code and inspection of variables and system state.

I’ve already thought about adding external debugging support for some years now but never got around to actually implementing it.
So 2 weeks ago I decided to finally look into it and started to implement it.

The required VS Code extension can be found on https://marketplace.visualstudio.com/items?itemName=emulicious.emulicious-debugger

Source level stepping through your own ASM code
Source level stepping through C code
Investigation of the system state
Inspection of structured C types
Inspection of symbols on hover
Investigate registers annotated with symbols