microsoft / vscode-cpptools

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

Add risc-v debugging support #12581

Open ksrp1984 opened 1 month ago

ksrp1984 commented 1 month ago

Feature Request

Without risc-v the debugger is not complete!

browntarik commented 3 weeks ago

Could you provide more details on what behavior you would like to see specifically?

ksrp1984 commented 3 weeks ago

Could you provide more details on what behavior you would like to see specifically?

Now I have 2 boards. With microcontrollers Cortex-M and RISC-V. Cortex works stably. RISC-V has failures. Also for RISK-V the disassembler view does not work. There is a plugin for Cortex that works. I configured RISK-V manually, maybe the problems are because of this. But Cortex works stably and with manual configuration (disassembler too).

image There are no RISK-V in this list. Maybe this is the problem (it is simply not fully supported)