how to disable load svd file
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.5k
- Forks
- 560
- Avg merge
- 1h 41m
- Merged PRs (30d)
- 3
Description
I'm trying to debug my code with VSCode. Since I don't have a svd file,error occured when I start debugging(Exception in thread load-svd). I have already add "svdFile":null in launch.json but it doesn't work. what can I do to prevent pyocd from loading the svd file?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the VSCode launch.json configuration, especially the svdFile setting, and trace how pyOCD handles the load-svd step during debugging. Done means a session without an SVD file starts without the load-svd exception.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, vscode
- Domain
- devtools, embedded-iot
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100