1faac3c59d
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
24 lines
579 B
JSON
24 lines
579 B
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"cwd": "${workspaceRoot}",
|
|
"executable": "./bin/executable.elf",
|
|
"name": "Debug Microcontroller",
|
|
"request": "launch",
|
|
"type": "cortex-debug",
|
|
"servertype": "jlink"
|
|
},
|
|
{
|
|
"cwd": "${workspaceRoot}",
|
|
"executable": "./bin/executable.elf",
|
|
"name": "Debug Microcontroller",
|
|
"request": "launch",
|
|
"type": "cortex-debug",
|
|
"servertype": "openocd"
|
|
}
|
|
]
|
|
}
|