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
Debugger works fine except loading SVD file.
My config is:
{ "version": "0.2.0", "configurations": [ { "cwd": "${workspaceRoot}", "executable": "./build/firmware_flash.elf", "name": "Debug", "request": "launch", "type": "cortex-debug", "servertype": "openocd", "configFiles": [ "/usr/share/openocd/scripts/board/atmel_saml21_xplained_pro.cfg" ], "svdFile": "${workspaceRoot}/doc/saml21b/svd/ATSAML21J18B.svd" } ] }
The official SVD file comes form http://packs.download.atmel.com/ website.
I use Ubuntu 14.04, Visual Studio Code 1.22.2 and OpenOCD 0.10.0
The text was updated successfully, but these errors were encountered:
I'll take a look into it and see if I can determine why it may not be parsing the SVD properly.
Sorry, something went wrong.
See #50
I think this should be fixed in the latest release. If the problem still persists please re-open the issue.
I'm not so sure the problem is fixed, the same "not-loaded" bug seems to appear with this file: https://raw.githubusercontent.com/posborne/cmsis-svd/master/data/STMicro/STM32F405.svd
Marus
No branches or pull requests
Debugger works fine except loading SVD file.
My config is:
The official SVD file comes form http://packs.download.atmel.com/ website.
I use Ubuntu 14.04, Visual Studio Code 1.22.2 and OpenOCD 0.10.0
The text was updated successfully, but these errors were encountered: