-
Notifications
You must be signed in to change notification settings - Fork 4
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
VS Code debugger: "read memory from 0xc0 failed" #75
Comments
The behavior is consistent on each run of the test. It requires getting to the end and encountering my faulty logic before it manifests. |
Hmm, interesting, Does it behave in some abnormal way otherwise? Or is it just the debugger that's throwing a fit? |
My only guess, assuming this is indeed a bug, is that it's a lifetime bug, and the |
It behaves normally |
@asmello
While debugging something unrelated, I ran into this after a call to
Pointer::as_str
. This pointer should have been root/default. This is using vs code. I assume the debugger is not throwing bogus data but I suppose that is also a possibility?The text was updated successfully, but these errors were encountered: