Skip to content

弹窗无法调试 #2

@lujindong

Description

@lujindong
Image { "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 } ] } ] }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions