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:
parent
a3a3848fec
commit
83e05e5f25
22
.vscode/launch.json
vendored
22
.vscode/launch.json
vendored
@ -1,5 +1,25 @@
|
|||||||
{
|
{
|
||||||
"version": "0.2.0",
|
"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": []
|
"compounds": []
|
||||||
}
|
}
|
@ -1 +1 @@
|
|||||||
Subproject commit 5b3248482e975b515f2c2cc6b91c0b309c5b194b
|
Subproject commit 087b1e71c521969cdfe133af1d0510729a95b4c4
|
Loading…
Reference in New Issue
Block a user