You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not related to remote-vscode or I checked the following issue
Imagine yourself into my position and think how hard to debug the issue without insufficient information.
I understand that you have privacy concerns and I expect you to understand that this extension is developed for free.
Thanks.
Describe the bug
When using C++ std library containers (but especially the std::vector, the debugger hangs indefinitely, and never resumes until the process is stopped. Even after this, the lldb-mi process will continue to run and will continue consuming memory until it is force stopped.
Are we able to change the debugger that the extension is using? I am able to temporarily rectify the issue by using CodeLLDB as described here. microsoft/vscode-cpptools#7240 (comment)
Checklist
I understand that you have privacy concerns and I expect you to understand that this extension is developed for free.
Thanks.
Describe the bug
When using C++
std
library containers (but especially thestd::vector
, the debugger hangs indefinitely, and never resumes until the process is stopped. Even after this, thelldb-mi
process will continue to run and will continue consuming memory until it is force stopped.To Reproduce
Exactly the same issue as described here: microsoft/vscode-cpptools#10176
Screenshots (optional)
Hanging indefinitely:
Increased memory consumption within seconds:
After force stopping, the debugger in vscode fails.
Desktop
Regression bug?
Log (optional but recommended)
Example logs are defined in the issue linked previously: microsoft/vscode-cpptools#10176
The text was updated successfully, but these errors were encountered: