Actions
Emulator Issues #6980
closedDebugger doesn't hit code breakpoint after hitting it once
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
Yes
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
Yes
Regression start:
Fixed in:
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.
Actions