![]() |
|
is it possible to get memory check write breakpoints working with jit? - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Support (https://forums.dolphin-emu.org/Forum-support) +--- Thread: is it possible to get memory check write breakpoints working with jit? (/Thread-is-it-possible-to-get-memory-check-write-breakpoints-working-with-jit) |
is it possible to get memory check write breakpoints working with jit? - nqztv - 01-29-2016 i've compiled the latest commit (4.0-8818) with debugfast and--as expected--everything (execution, read, write breakpoints) works fine if i change the cpu emulation engine to interpreter/cached interpreter. however, my computer is not really powerful enough to make working in that mode viable. execution and read breakpoints seem to trigger fine when using the jit recompiler, but write breakpoints don't trigger. i've tried disabling the fastmem feature to no avail. is there a way to get that working or a way to get write breakpoints at a sane framerate? thanks in advance! |