rs-nes-debugger-frontend icon indicating copy to clipboard operation
rs-nes-debugger-frontend copied to clipboard

A debugger front-end for my NES emulator written in Elm

Results 6 rs-nes-debugger-frontend issues
Sort by recently updated
recently updated
newest added

For example, if an instruction uses absolute address $2002, it is reading from the PPU status registers. Replacing the address with PPU_STATUS makes the code much easier to read.

Persist byte display setting for offsets, memory view, addressing modes, etc. Depends on #12.

Depends on #12 for localHistory port

enhancement

- [ ] Implement port for localStorage - [ ] Add debugger endpoint for setting multiple breakpoints - [ ] Implement persisting/loading on disconnect/reconnect

enhancement

Console messages should include interactable components, ie, clickable addresses that would bring that address in the code/hex window into view.

todo

This method is super long and has too many lets, needs to be broken down into a couple of smaller functions.

todo