Support for Cortex-Debug svdfile available within a core #1920
Labels
conclusion: resolved
Issue was resolved
topic: code
Related to content of the project itself
topic: debugger
Related to the integrated debugger
type: enhancement
Proposed improvement
Describe the request
Hi,
Request is to be able to define the svd file to use for a variant without need to create manually a
debug_custom.json
and be able to use recipe to use relative path.Example:
debug.server.cortex-debug.svd={runtime.platform.path}/system/SVD/{build.svdfile}
Maybe related to #435
We plan to add svd files to the core to ease debug.
Describe the current behavior
Currently, to get svd file added to the generated launch.json config file, it is required to add a
debug_custom.json
file with:but it requires to add it for each sketch and change it when board is changed.
Moreover it is not possible to use recipe in the json, so if the svd files are provided within the core it is not possible to use:
{build.system.path}/SVD/STM32F411.svd
Arduino IDE version
2.0.3
Operating system
N/A
Operating system version
all
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: