Project

General

Profile

Actions

Emulator Issues #13306

closed

Instruction breakpoints do not work on JIT Recompiler when debugging UI is disabled

Added by InfoManiac742 10 months ago. Updated 10 months ago.

Status:
Working as intended
Priority:
Normal
Assignee:
-
% Done:

0%

Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:

Description

Game Name?

N/A

Game ID? (right click the game in the game list, Properties, Info tab)

N/A

MD5 Hash? (right click the game in the game list, Properties, Verify tab, Verify Integrity button)

N/A

What's the problem? Describe what went wrong.

Instruction breakpoints do not function on JIT Recompiler.

What steps will reproduce the problem?

  1. Set "CPU Emulation Engine" to "JIT Recompiler for x86-64 (recommended)"
  2. Start any game
  3. Find the address of any piece of code that you know for sure will execute. (An easy way is to find the address for something like current health using Dolphin Memory Editor, set a memory breakpoint for writes to that address, then take damage and get the memory address of the code from the log.)
  4. Set an instruction breakpoint for that instruction.
  5. Perform the action that causes that instruction to run. The breakpoint will not trigger.

Is the issue present in the latest development version? For future reference, please also write down the version number of the latest development version.

Yes, 5.0-19804

Is the issue present in the latest stable version?

What's a stable version? I only know about dev, beta, and legacy versions.

If the issue isn't present in the latest stable version, which is the first broken version? (You can find the first broken version by bisecting. Windows users can use the tool https://forums.dolphin-emu.org/Thread-green-notice-development-thread-unofficial-dolphin-bisection-tool-for-finding-broken-builds and anyone who is building Dolphin on their own can use git bisect.)

N/A

If your issue is a graphical issue, please attach screenshots and record a three frame fifolog of the issue if possible. Screenshots showing what it is supposed to look like from either console or older builds of Dolphin will help too. For more information on how to use the fifoplayer, please check here: https://wiki.dolphin-emu.org/index.php?title=FifoPlayer

N/A

What are your PC specifications? (CPU, GPU, Operating System, more)

CPU: AMD Ryzen 7 3750H with Radeon Vega Mobile Gfx 2.30 GHz
GPU: NVIDIA GeForce GTX 1650
OS: Windows 10 Home 22H2

Is there anything else that can help developers narrow down the issue? (e.g. logs, screenshots,
configuration files, savefiles, savestates)

In Luigi's Mansion, the instruction to decrease health is located at 800b9524, and the memory address for Luigi's current health is located at 813468cc. (I used Luigi's Mansion for testing)

Actions

Also available in: Atom PDF