Draco-lang / Compiler

The compiler repository for the Draco programming language.
Apache License 2.0
74 stars 9 forks source link

Update TUI debugger #270

Open LPeter1997 opened 1 year ago

LPeter1997 commented 1 year ago

The TUI debugger is not up to date with features, it's missing breakpoints, continue, pause, ... We should also consider switching to the Terminal.Gui v2 alpha release, as they have fixed a lot of things we were missing (like the locals table view, proper highlightable textview, ...)