The breakpoints are not being triggered in JIT mode because of Dolphin's fastmem feature.
Using JIT with fastmem disabled will make the emulator a bit faster than running it in Interpreter.
To disable fastmem, look in dolphin.ini, and add/change this line under the [Core] section:
Using JIT with fastmem disabled will make the emulator a bit faster than running it in Interpreter.
To disable fastmem, look in dolphin.ini, and add/change this line under the [Core] section:
Code:
Fastmem = False
