-
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
Windows ARM64 debugging doesn't work #6392
Comments
Hi @sean-mcmanus Is this blocked by the extension or by Windows itself? I'm asking because Rust debugging on Windows currently depends on C/C++ extension. |
Our extension. I believe the debugger team is scheduled to implement this...might be available for 1.6.0 in August. |
Thanks! That's great to know; it's one of the final missing pieces to get a decent Rust development environment on Windows arm64 🙂 |
Fixed with 1.5.0 (https://github.com/microsoft/vscode-cpptools/releases/tag/1.5.0)...well, the cl.exe debugging case is. The mingw debugging case is different...we could open a new issue if people are hitting that. |
cppvsdbg/cl.exe debugging doesn't work.
cppdbg/mingw-w64 debugging doesn't work if std::vector/string/etc. are used.
The text was updated successfully, but these errors were encountered: