Commit 04d52d80fbbf6f9e4ff3fc2cd09cd21152b9b4a2
1 parent
5792f910
添加启动配置
Showing
2 changed files
with
20 additions
and
1 deletions
.vscode/launch.json
... | ... | @@ -76,6 +76,24 @@ |
76 | 76 | "ignoreFailures": true |
77 | 77 | } |
78 | 78 | ] |
79 | + },{ | |
80 | + "name": "gb28181", | |
81 | + "type": "cppdbg", | |
82 | + "request": "launch", | |
83 | + "program": "${workspaceFolder}/bin/test_sip", | |
84 | + "args": ["34020000001310000001"], | |
85 | + "stopAtEntry": false, | |
86 | + "cwd": "${workspaceFolder}/bin", | |
87 | + "environment": [], | |
88 | + "externalConsole": false, | |
89 | + "MIMode": "gdb", | |
90 | + "setupCommands": [ | |
91 | + { | |
92 | + "description": "Enable pretty-printing for gdb", | |
93 | + "text": "-enable-pretty-printing", | |
94 | + "ignoreFailures": true | |
95 | + } | |
96 | + ] | |
79 | 97 | } |
80 | 98 | ] |
81 | 99 | } |
82 | 100 | \ No newline at end of file | ... | ... |