-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
local values view dead loop when debug #13128
Comments
I compile new version of lldb-mi, and relpace cpptools's old version, then Local View dead loop bug fixed |
There's actually an even more interesting comment in that thread. lldb-tools/lldb-mi#115 (comment) Thank you for bringing this to our attention. (disclaimer, I don't work on the debugger side of the extension) |
can we fix this bug? |
Thank you for reporting this issue. We’ll let you know if we need more information to investigate it. Additionally, if you're working with GDB/LLDB, please note that the code is open source at https://github.com/microsoft/MIEngine/wiki/Contributing-Code . Your contributions are always welcome and appreciated. |
Environment
Bug Summary and Steps to Reproduce
#include <cpr/cpr.h>
#include <cpr/api.h>
#include <cpr/response.h>
int main()
{
}
reason is clearly
https://github.com/microsoft/vscode-cpptools/blob/main/Build/lldb-mi/lldb-mi.template.yml
cpptools use old lldb-mi version
so, why cpptools do not use new version of lldb-mi ???
Debugger Configurations
Debugger Logs
Other Extensions
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: