mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
19 lines
No EOL
610 B
JSON
19 lines
No EOL
610 B
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "sweetpad-lldb",
|
|
"request": "attach",
|
|
"name": "Attach to running app (SweetPad)",
|
|
"preLaunchTask": "sweetpad: launch",
|
|
"codelldbAttributes": {
|
|
"initCommands": [
|
|
"command source ~/.lldbinit-Xcode"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |