You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a visual debugger panel to Casso65Emu, built on the debugger engine from #51.
Dependency:#51 (interactive debugger / monitor) provides the core engine — disassembler, breakpoints, watchpoints, step/continue. This issue covers the GUI front-end in the emulator.
Proposed features:
Dockable or toggleable debugger panel (like the existing debug console, but richer)
Disassembly view: current PC with surrounding instructions, highlight current line
Register display: A, X, Y, SP, PC, flags (N/V/B/D/I/Z/C) — updated each step
Memory hex dump: scrollable, editable, with ASCII column
Breakpoint management: set/clear by clicking in disassembly, list view
Add a visual debugger panel to Casso65Emu, built on the debugger engine from #51.
Dependency: #51 (interactive debugger / monitor) provides the core engine — disassembler, breakpoints, watchpoints, step/continue. This issue covers the GUI front-end in the emulator.
Proposed features:
Architecture:
Priority: Medium — depends on #51 for the engine.