diff --git a/.vscode/launch.json b/.vscode/launch.json index 2a6efea..ebae047 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -76,6 +76,24 @@ "ignoreFailures": true } ] + },{ + "name": "gb28181", + "type": "cppdbg", + "request": "launch", + "program": "${workspaceFolder}/bin/test_sip", + "args": ["34020000001310000001"], + "stopAtEntry": false, + "cwd": "${workspaceFolder}/bin", + "environment": [], + "externalConsole": false, + "MIMode": "gdb", + "setupCommands": [ + { + "description": "Enable pretty-printing for gdb", + "text": "-enable-pretty-printing", + "ignoreFailures": true + } + ] } ] } \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index aef4e1c..fb36116 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -63,6 +63,7 @@ "cinttypes": "cpp", "typeinfo": "cpp", "variant": "cpp", - "bsf_internal.h": "c" + "bsf_internal.h": "c", + "any": "cpp" } } \ No newline at end of file