microsoft / vscode-cpptools

Official repository for the Microsoft C/C++ extension for VS Code.
Other
5.45k stars 1.53k forks source link

mips64(mips64el) cpu architecture support missing #5035

Open XiaoPengProsper opened 4 years ago

XiaoPengProsper commented 4 years ago

Type: mips64(mips64el) cpu architecture support missing vscode with cpptools do not support mips64(mips64el) cpu architecture I have noticed that cpptools support x86, arm, arm64, mips, x64, amd64, x86_64 but mips64

BMBurstein commented 4 years ago

This is marked as "more votes needed", but how do I vote?

bobbrow commented 4 years ago

Click the smiley on the first comment and select the 👍

image

github-actions[bot] commented 3 years ago

This feature request is being closed due to insufficient upvotes. When enough upvotes are received, this issue will be eligible for our backlog.

github-actions[bot] commented 3 years ago

This feature request has received enough votes to be added to our backlog.

mrx23dot commented 2 months ago

Try external gdb server, connect vscode to it over IP, that should work, check STM32 for reference. If you want register access too then you need a more specialised debugger.