How to keep game running while debugger is open i Mesen?
Posted: Sat Sep 01, 2018 12:54 pm
This is a question very specific to the Mesen emulator. I really like its debugging tool so far, but I have a dumb little problem with it which I can't seem to solve.
After opening the debug window, I'm unable to resume play in the game window. If I press Continue, it just runs one frame and then pauses/breaks. I don't have any breakpoints anywhere, and I've disabled everything under Break Options. Pause when in debugging tools in the preferences is also disabled. It always breaks on the same instruction, too, an early in nmi, part of the controller latch write routine.
Is this by design, or a bug in Mesen, or have I just missed a setting somewhere?
After opening the debug window, I'm unable to resume play in the game window. If I press Continue, it just runs one frame and then pauses/breaks. I don't have any breakpoints anywhere, and I've disabled everything under Break Options. Pause when in debugging tools in the preferences is also disabled. It always breaks on the same instruction, too, an
Code: Select all
lda #$00Is this by design, or a bug in Mesen, or have I just missed a setting somewhere?