mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-04-23 16:16:08 +02:00
31 lines
946 B
JSON
31 lines
946 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Debug Telegram",
|
|
"type": "lldb-dap",
|
|
"request": "attach",
|
|
"preLaunchTask": "_launch_telegram",
|
|
"debuggerRoot": "${workspaceFolder}",
|
|
"attachCommands": [
|
|
"process connect connect://localhost:6667"
|
|
],
|
|
"internalConsoleOptions": "openOnSessionStart",
|
|
"timeout": 1000
|
|
},
|
|
{
|
|
"name": "Restart Debug Telegram",
|
|
"type": "lldb-dap",
|
|
"request": "attach",
|
|
"preLaunchTask": "Restart Telegram Debug",
|
|
"debuggerRoot": "${workspaceFolder}",
|
|
"attachCommands": [
|
|
"process connect connect://localhost:6667"
|
|
],
|
|
"internalConsoleOptions": "openOnSessionStart",
|
|
"timeout": 1000
|
|
},
|
|
],
|
|
"options": {
|
|
"console": "integratedTerminal",
|
|
}
|
|
} |