4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-23 02:57:24 +08:00
2024-06-27 23:03:54 +08:00

23 lines
718 B
JSON

{
"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",
"MIMode": "gdb",
"miDebuggerPath": "arm-none-eabi-gdb.exe",
"customLaunchSetupCommands": [],
"launchCompleteCommand": "exec-run",
},
]
}