TitanHZZ / vm

Simple stack based virtual machine.
MIT License
1 stars 0 forks source link

GDB like debugger. #22

Open TitanHZZ opened 11 months ago

TitanHZZ commented 11 months ago

This is a tough one. Something like this, even with just some 'simple' step debugging, memory/stack dump and breakpoints, would take some work and should mean the creation of a 'debug mode' '.vm' file with labels/symbols for easier debugging. This should, obviously, have at least an interactive mode (not necessarily like the 'tui' mode in GDB).