-
Notifications
You must be signed in to change notification settings - Fork 2
弹窗无法调试 #2
Copy link
Copy link
Open
Description
lujindong
opened on Jan 25, 2026
Issue body actions
{
"configurations": [
{
"name": "OpenOCD Debug",
"type": "cppdbg",
"request": "launch",
"program": "c:\\Users\\ljd\\Desktop\\ttt\\touch_screen\\build\\touch_screen.elf",
"svdPath": "",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"externalConsole": false,
"MIMode": "gdb",
"miDebuggerPath": "C:\\toolchain\\gcc-arm-none-eabi-10.3-2021.10\\bin\\arm-none-eabi-gdb.exe",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
},
{
"description": "Set Disassembly Flavor to Intel",
"text": "-gdb-set disassembly-flavor intel",
"ignoreFailures": true
},
{
"description": "Set remote target to port 3333",
"text": "target remote :3333",
"ignoreFailures": false
}
]
}
]
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels