How to extend timeout delay? #615
Unanswered
jaywritescode
asked this question in
Q&A
Replies: 2 comments
-
I'm having the same problem! For me it started when I switched to an Apple silicon arm64 Mac, though I don't know if it is related. I've filed an issue: #657 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I had this problem. I solved it by uninstalling and then reinstalling the CodeLLDB extension in VSCode. 🤷 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to debug a small Rust project but running the debugger gets me an error message
process resume at entry point failed: Resume timed out.
I can't find any more context to this message, so I'm assuming that the debugger simply gives up before it's connected to the process being debugged. How do I set the debugger to wait longer before giving up? Thank you.Full output:
Beta Was this translation helpful? Give feedback.
All reactions