frroossst / py_mips_debugger

A minimal MIPS python interpreter that allows for easy debugging and improved developer workflow
https://frroossst.github.io/py_mips_debugger/
GNU General Public License v3.0
0 stars 0 forks source link

add a unified debug window #7

Open frroossst opened 1 year ago

frroossst commented 1 year ago

where users can specify the debugger to stop when a register changes or when a certain condition is met like $t0 < 9 or $t0 == $a1

frroossst commented 1 year ago

foundational groundwork: 47f3f08d580fe19d65b01a37f55c6425edf70e6c

frroossst commented 1 year ago

combine with #24, to form a unified secondary view with