Linux下vscode debug 问题

2023-03-09  本文已影响0人  Aaron_Swartz

背景

{
    // Use IntelliSense to learn about possible attributes.
    // Hover to view descriptions of existing attributes.
    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        {
            "name": "Debug",
            "type": "gdb",
            "request": "launch",
            "target": "/home/liuchaoqun/Documents/company/workspace/cable-inspection/build/robot",
            "cwd": "${workspaceRoot}",
            "valuesFormatting": "parseText",
            // "MIMode": "gdb",
            // "miDebuggerPath": "/usr/local/bin/gdb"
        }
    ]
}
上一篇 下一篇

猜你喜欢

热点阅读