Commit 04d52d80fbbf6f9e4ff3fc2cd09cd21152b9b4a2
1 parent
5792f910
添加启动配置
Showing
2 changed files
with
20 additions
and
1 deletions
.vscode/launch.json
@@ -76,6 +76,24 @@ | @@ -76,6 +76,24 @@ | ||
76 | "ignoreFailures": true | 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 | \ No newline at end of file | 100 | \ No newline at end of file |
.vscode/settings.json
@@ -63,6 +63,7 @@ | @@ -63,6 +63,7 @@ | ||
63 | "cinttypes": "cpp", | 63 | "cinttypes": "cpp", |
64 | "typeinfo": "cpp", | 64 | "typeinfo": "cpp", |
65 | "variant": "cpp", | 65 | "variant": "cpp", |
66 | - "bsf_internal.h": "c" | 66 | + "bsf_internal.h": "c", |
67 | + "any": "cpp" | ||
67 | } | 68 | } |
68 | } | 69 | } |
69 | \ No newline at end of file | 70 | \ No newline at end of file |