当前位置:Gxlcms > 数据库问题 > VS CODE gdb

VS CODE gdb

时间:2021-07-01 10:21:17 帮助过:25人阅读

// 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   

人气教程排行