Emulator Issues #6980
closedDebugger doesn't hit code breakpoint after hitting it once
0%
Description
What's the problem? Describe what went wrong in few words.
Breakpoint doesn't hit
What did you expect to happen instead?
Breakpoint hits
What steps will reproduce the problem?
- set code breakpoint
- game hits breakpoint
- skip
- continue
- breakpoint no longer hits
Which versions of Dolphin did you test on?
4.0-310 dirty
Does using an older version of Dolphin solve your issue? If yes, which
versions of Dolphin used to work?
Probably, previous version I used was r2001 doubt that's going to help.
What are your PC specifications?
Windows 8.1, i5-2500k, 8GB, GTX560
Are you using the 32 or the 64 bit version of Dolphin?
64bit
Is there any other relevant information? (e.g. logs, screenshots,
configuration files)
It seems when setting the breakpoint at first opcode of a function it only hits once, while on the 2nd it would work.
Updated by skidau over 10 years ago
- Status changed from New to Work started
Have made a fix here: https://github.com/dolphin-emu/dolphin/pull/1291
9f0169bad13e75e6a7385a62480ca7fc6277ba76
Updated by skidau over 10 years ago
- Status changed from Work started to Fixed
Fixed by 4.0-3887 (1630b0c684c837c074e2f5b9dbf5b45554dfc43e)