debugger
debugger copied to clipboard
``` int total = TOTAL_SIZE - !registerLatchAvailable - !paletteLatchAvailable - !dataLatchAvailable; new SimpleHexRequest(req, total, regs, *this); ``` This code block is largely repeated between `VDPDataStore` and `VDPRegViewer`. Can we (in...
But I have a comment on the coding style in the debugger in general. In these 5 lines I already see `VDPDataStore::instance()` repeated twice. If I look at the full...
This is the new blendsplitter layout for the debugger. Code is usable but still needs some extra love, feedback is welcome. Things that still need to be implemented - Better...
There are two very relevant information for debugging that are missing from the VDP registers view: 1. The value of the internal VRAM pointer register, and its configured I/O direction...
Since Wayland became the standard, it has been a pain to detach floating dockable widgets because they are useless if you can't easily move them. Maybe we could add an...
A SDCC .lst file contains a mapping of C source code to assembly. It could be parsed along with the .noi file, that contains all the absolute addresses, to make...
**Reported by sd-snatcher on 2009-04-20 21:41 UTC** The "Variable lables" viewer would be a dedicated viewer for labels. You could add/remove many labels (and the data size, off course) and...
Another way to say the same thing: the breakpoint viewer should (in a way) be "stateless". That is: when you throw away all the information from the breakpoint viewer widget,...
Hi, I noticed the openmsx that has support riscv64 arch, but it seems the openmsx-debugger does not support riscv64. The patch I sent for Debian openmsx-debugger apply here maybe also:...
Currently, it's nice to have the step-back feature. But the debugger only allows you to step one instruction at a tine, and this can be very time consuming, specially if...