Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Debugger: Function list keeps displaying functions of first booted game #11529

Closed
Berylskid opened this issue Jul 10, 2024 · 4 comments
Closed

Comments

@Berylskid
Copy link
Contributor

Describe the Bug

PCSX2 debugger keeps displaying functions of first booted game.

  • After shutting down VM, it refuses to refresh.
  • So for example at current master, I have to close PCSX2 every time I compare some functions between similar games.

Reproduction Steps

  1. Run PCSX2.
  2. Open debugger.
  3. Boot a random game.
  4. Shut down VM after function list gets generated.
  5. Boot another game.
  6. Now debugger keeps displaying same functions and refresh button does nothing.

Expected Behavior

Function list should display currently running game's functions.

PCSX2 Revision

v1.7.5973

Operating System

Windows 11

If Linux - Specify Distro

No response

Logs & Dumps

No response

@Berylskid Berylskid added the Bug label Jul 10, 2024
@Mrlinkwii
Copy link
Contributor

i think you need to refresh for it to update

@Berylskid
Copy link
Contributor Author

Berylskid commented Jul 10, 2024

I wrote it didn't work at the 6th reproduction step... Sorry, I should've written it in Describe the Bug section as well.

@F0bes
Copy link
Member

F0bes commented Jul 10, 2024

#10224 completely rewrites the symbol system. If it still does not work after that PR is merged, I will look into it. No point now because a fix will probably just cause merge conflicts and be erased.

@Berylskid
Copy link
Contributor Author

Fixed as of 2.1.212.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants