RetroDebugger icon indicating copy to clipboard operation
RetroDebugger copied to clipboard

Retro Debugger is a multiplatform debugger APIs host for retro computers: C64 (Vice), Atari800 and NES (NestopiaUE).

Results 46 RetroDebugger issues
Sort by recently updated
recently updated
newest added

Hi, is there a way to change the keymap under linux for the used vice version? I miss several keys (like *, left arrow, ...). In my native vice version...

Persist the previous segment name and check if it exists when reloading a file. If it exists, it will use that as the selected segment rather than defaulting to the...

Hi, currently the code doesn't compile under "Arch" with GCC 14.1.1. The fix is really simple, just add CMAKE_C_FLAGS to CMakeLists.txt, like it's already done with CMAKE_CXX_FLAGS. So, that you...

Yeah, obviously you know this :) However, this is a big problem (IMHO) - and the question is, how we could make it easier to update it and keep it...

vice

I have to admit i did not actually check - but if things work like i think they do, Retrodebugger inherits the same bug (every VICE release since at least...

vice

When trying to build the current version, I'm getting the following issue: ``` [ 1%] Building C object CMakeFiles/Plugins.dir/src/Plugins/GoatTracker/gt2/gconsole.c.o /home/evil/src/RetroDebugger/src/Emulators/atari800/esc.c: In function ‘ESC_Run’: /home/evil/src/RetroDebugger/src/Emulators/atari800/esc.c:154:9: error: implicit declaration of function ‘c64d_show_message’...

put a breakpoint somewhere, make the emulation hit it so it stops. Now in the monitor console use "io" - it will hang the entire debugger (the io command works...

bug
vice

Compiling RetroDebugger fails with errors about BYTE and WORD being unknown types. There's also a large number of warnings - I guess at least the "implicit declaration of function X"...

**Describe the bug** C64 Data watch will crash the Retro Debugger if, when adding a new watch point, I start by typing "$" **To Reproduce** Steps to reproduce the behavior:...

**Describe the bug** After restarting app, the window position is not correctly restored on MS Windows. Each time app is restarted the app window moves slightly up, causing it to...