1
0
mirror of https://github.com/danog/php-libtgvoip.git synced 2024-11-30 04:19:26 +01:00

Debugging conf and libtgvoip improvements

This commit is contained in:
Daniil Gentili 2017-08-03 16:51:47 +02:00
parent a3a3848fec
commit 83e05e5f25
2 changed files with 22 additions and 2 deletions

22
.vscode/launch.json vendored
View File

@ -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": []
}

@ -1 +1 @@
Subproject commit 5b3248482e975b515f2c2cc6b91c0b309c5b194b
Subproject commit 087b1e71c521969cdfe133af1d0510729a95b4c4