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

ImDebugger: Minor issues to fix #20066

Open
1 of 3 tasks
hrydgard opened this issue Mar 3, 2025 · 0 comments
Open
1 of 3 tasks

ImDebugger: Minor issues to fix #20066

hrydgard opened this issue Mar 3, 2025 · 0 comments
Labels
Milestone

Comments

@hrydgard
Copy link
Owner

hrydgard commented Mar 3, 2025

  • Trying to change breakpoints when running can hang the emulator, due to WaitInactive. This is a misdesign caused by the assumption that breakpoint modifications are not coming from the main thread (which was valid in the old and web debuggers).
  • Add sensible UI for the function hash+replacement stuff. Currently a buggy setting FuncHashMap is all that's available, and it often writes bogus data.
  • Stepping by "Draw" seems to double-increment the prim counter
@hrydgard hrydgard added this to the v1.19.0 milestone Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant