Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4140

General • Re: Debugger is Unable to read RISC-V Registers

$
0
0
The Cortex Debug extension, which our VS Code extension uses for debugging, is designed for Arm chips so searches for Arm register names. As these names don't exist on Risc-V it will throw an error, but the rest of the debugging should work fine.

To view the Risc-V registers while debugging you can instead run the "info r" command in the Debug Console in VS Code, which lists out all the registers in the Debug Console

Statistics: Posted by will-v-pi — Tue Sep 17, 2024 9:20 am



Viewing all articles
Browse latest Browse all 4140

Trending Articles