[Feature Request]: Breakpoint not pausing and showing all the accessed addresses #12000
Labels
Enhancement / Feature Request
FR: Low Priority
Niche request that does not benefit many users.
FR: Medium Complexity
Requires some codebase knowledge. A proficient developer should be able to manage.
Description
Like what Cheat Engine debugger does. Instead of pausing each time on break, it counts and shows which function/address is accessing the breakpointed address.
Reason
Cheat Engine does not give the right address but rather a bit earlier and the PCSX2 debugger shows the correct one.
Examples
When you want to find that one special time it is being accessed but it is constantly being accessed by bunch of multiple addresses.
The text was updated successfully, but these errors were encountered: