-
-
Notifications
You must be signed in to change notification settings - Fork 195
Debugger Tool Improvements #848
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
base: master
Are you sure you want to change the base?
Debugger Tool Improvements #848
Conversation
Will this PR fix any issues related to the debugger "timing out" randomly? Occasionally for me the debugger just... doesn't work. I'm unable to capture the state of any variables, or watch any variables, seemingly at random. Breakpoints are still hit, just without any member or global variables being visible under the inspector (there is usually an infinite loading spinner) |
Yes, possibly. Other PRs were merged recently, #839 and #854, that describe similar symptom. Neither of those has been published yet and they might fix your issue. You could try downloading the dev build linked in the project readme, and if you're still experiencing it using that build, then please feel free to open a new issue. |
This PR makes several improvements to the debugger tools.