码迷,mamicode.com
首页 > 数据库 > 详细

VS CODE gdb

时间:2020-04-05 00:41:07      阅读:104      评论:0      收藏:0      [点我收藏+]

标签:color   set   version   text   launch   try   esc   pdb   serve   

{
    // 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": "(gdb) Launch",
            "type": "cppdbg",
            "request": "launch",
            "program": "${workspaceFolder}/u-boot",
            "args": [],
            "stopAtEntry": true,
            "cwd": "${workspaceFolder}",
            "environment": [],
            "externalConsole": false,
            "MIMode": "gdb",
            "targetArchitecture": "arm",
            "miDebuggerPath":"/usr/bin/gdb-multiarch",
            "miDebuggerServerAddress": "localhost:2333",
            "setupCommands": [
                {
                    "description": "Enable pretty-printing for gdb",
                    "text": "-enable-pretty-printing",
                    "ignoreFailures": true
                }
            ]
        }
    ]
}

 



-exec add-symbol-file u-boot 0x7ff7f000



[answered Y; input not from terminal]


-exec set confirm off


VS CODE gdb

标签:color   set   version   text   launch   try   esc   pdb   serve   

原文地址:https://www.cnblogs.com/sinferwu/p/12635200.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!