CEmu v1.3 has been released!
Quite a big changelog - happy emulating!
________________________________________________________________________________
In other news, some time ago, for fun (until it's much cleaner and integrated properly with the rest), I've made a ti-basic live execution viewer thingy [...][/quote]
MateoConLechuga has since picked up the work I left there, and did quite some improvements to the code, while also adding awesome features
We now have:
A quick preview:

If you want to try, it's on this branch: https://github.com/CE-Programming/CEmu/tree/feature/basic-dbg
Quite a big changelog - happy emulating!
________________________________________________________________________________
In other news, some time ago, for fun (until it's much cleaner and integrated properly with the rest), I've made a ti-basic live execution viewer thingy [...][/quote]
MateoConLechuga has since picked up the work I left there, and did quite some improvements to the code, while also adding awesome features

We now have:
- A new part of the GUI (not yet finalized ...) dedicated to TI-Basic debugging
- A visualizer (with highlighting) of the currently running TI-Basic code (and the contents of the temporary parser, in the tab next to it)
- The ability to see the current execution "live", or the current fetch (what the parser looks at then run - not necessarily very useful, but why not)
- The ability to pause and step / step next
A quick preview:

If you want to try, it's on this branch: https://github.com/CE-Programming/CEmu/tree/feature/basic-dbg