diff --git a/.vscode/launch.json b/.vscode/launch.json index 0144460..d7178a3 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,5 +1,25 @@ { "version": "0.2.0", - "configurations": [], + "configurations": [ + { + "name": "(gdb) Launch", + "type": "cppdbg", + "request": "launch", + "program": "/usr/bin/php", + "args": ["magna.php"], + "stopAtEntry": false, + "cwd": "${workspaceRoot}/../MadelineProto", + "environment": [], + "externalConsole": true, + "MIMode": "gdb", + "setupCommands": [ + { + "description": "Enable pretty-printing for gdb", + "text": "-enable-pretty-printing", + "ignoreFailures": true + } + ] + } + ], "compounds": [] } \ No newline at end of file diff --git a/libtgvoip b/libtgvoip index 5b32484..087b1e7 160000 --- a/libtgvoip +++ b/libtgvoip @@ -1 +1 @@ -Subproject commit 5b3248482e975b515f2c2cc6b91c0b309c5b194b +Subproject commit 087b1e71c521969cdfe133af1d0510729a95b4c4