pineman / fpt

Gameboy emulator (yes, written in rust)
https://pineman.github.io/fpt
MIT License
5 stars 1 forks source link

Breakpoints #43

Closed pineman closed 2 months ago

pineman commented 3 months ago

Try to break execution before the instruction is actually executed, somehow. Hard to do because pc is constant for at least 4 cycles, and obviously we don't want to pause execution 4 times in a row

joajfreitas commented 2 months ago

@pineman ?

pineman commented 2 months ago

two things:

joajfreitas commented 2 months ago

I believe these issues are no longer a problem