mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
19 lines
517 B
JSON
19 lines
517 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Debug Telegram",
|
|
"type": "lldb-dap",
|
|
"request": "attach",
|
|
"preLaunchTask": "_launch_telegram",
|
|
"debuggerRoot": "${workspaceFolder}",
|
|
"attachCommands": [
|
|
"command script import '${workspaceFolder}/scripts/lldb_attach.py'"
|
|
],
|
|
"terminateCommands": [
|
|
"command script import '${workspaceFolder}/scripts/lldb_kill_app.py'"
|
|
],
|
|
"internalConsoleOptions": "openOnSessionStart",
|
|
"timeout": 9999
|
|
}
|
|
]
|
|
}
|