We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, thank you for your repo.
I managed to configure your template and build my STM32 project successfully. However, when I started the debug session, I got the error like this:
I checked the Dockerfile and I saw OpenOCD was installed. I followed this link https://stackoverflow.com/questions/65872178/openocd-gdb-executable-arm-none-eabi-gdb-was-not-found-please-configure-cort
and added "cortex-debug.gdbPath": "gdb-multiarch" to settings.json. New error poped up :
Can you tell me or at least guide me on how to solve this error? I am a beginner in this field. Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, thank you for your repo.
I managed to configure your template and build my STM32 project successfully.
However, when I started the debug session, I got the error like this:
I checked the Dockerfile and I saw OpenOCD was installed. I followed this link https://stackoverflow.com/questions/65872178/openocd-gdb-executable-arm-none-eabi-gdb-was-not-found-please-configure-cort
and added "cortex-debug.gdbPath": "gdb-multiarch" to settings.json. New error poped up :
Can you tell me or at least guide me on how to solve this error? I am a beginner in this field. Thank you.
The text was updated successfully, but these errors were encountered: