slajerek / RetroDebugger

Retro Debugger is a multiplatform debugger APIs host for retro computers: C64 (Vice), Atari800 and NES (NestopiaUE).
175 stars 20 forks source link

Debugger hangs when using "io" in the console when emulation is halted #38

Open mrdudz opened 5 months ago

mrdudz commented 5 months ago

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 fine when emulation is running)

mrdudz commented 5 months ago

I had it happen now also when the emulation was NOT halted. Not sure what exactly are conditions to trigger it.