slajerek / RetroDebugger

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

Improvement - monitor cmd or key shortcut to breakpoint first unrun code line throughout memory #11

Open theenemy-thd opened 1 year ago

theenemy-thd commented 1 year ago

I may have missed this as an option but can't seem to find it if it is already there.

The option would be that either by a command in monitor or a key shortcut that when called would put a breakpoint on the first line of un run code ... this would make finding things a lot easier such as collisions .. joystick movements... game over routines etc as just run the game and do what you don't want to find (move left.. right etc ) then hit this command .. then 9 times out of 10 it would breakpoint on death .. game over .. etc etc

slajerek commented 1 year ago

That's interesting use case. I'll definitely add this, thanks for the idea!

theenemy-thd commented 7 months ago

I am Very happy that you like the idea, I look forward to the implementation of this option 👍