2018-08-15 09:15:08 +08:00
|
|
|
{
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Debug @ Windows",
|
|
|
|
"type": "cppdbg",
|
|
|
|
"request": "launch",
|
|
|
|
"program": "${workspaceRoot}\\rtthread.elf",
|
|
|
|
"args": [],
|
|
|
|
"stopAtEntry": true,
|
|
|
|
"cwd": "${workspaceRoot}",
|
|
|
|
"environment": [],
|
|
|
|
"externalConsole": true,
|
|
|
|
"miDebuggerServerAddress": "localhost:1234",
|
|
|
|
"serverLaunchTimeout": 2000,
|
|
|
|
"targetArchitecture": "ARM",
|
2024-06-27 15:40:16 +08:00
|
|
|
"MIMode": "gdb",
|
|
|
|
"miDebuggerPath": "arm-none-eabi-gdb.exe",
|
2018-08-15 09:15:08 +08:00
|
|
|
"customLaunchSetupCommands": [],
|
|
|
|
"launchCompleteCommand": "exec-run",
|
|
|
|
},
|
|
|
|
]
|
2024-06-27 15:40:16 +08:00
|
|
|
}
|