mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Debugging
This commit is contained in:
parent
54ee2c17aa
commit
4330e1ba85
19
.vscode/launch.json
vendored
Normal file
19
.vscode/launch.json
vendored
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
// 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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
4
.vscode/settings.json
vendored
Normal file
4
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"sweetpad.build.xcodeWorkspacePath": "Telegram/Telegram.xcodeproj/project.xcworkspace",
|
||||||
|
"lldb.library": "/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB"
|
||||||
|
}
|
19
.vscode/tasks.json
vendored
Normal file
19
.vscode/tasks.json
vendored
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"version": "2.0.0",
|
||||||
|
"tasks": [
|
||||||
|
{
|
||||||
|
"type": "sweetpad",
|
||||||
|
"action": "launch",
|
||||||
|
"problemMatcher": [
|
||||||
|
"$sweetpad-watch", // ! Required for debugging
|
||||||
|
"$sweetpad-xcodebuild-default",
|
||||||
|
"$sweetpad-xcbeautify-errors",
|
||||||
|
"$sweetpad-xcbeautify-warnings"
|
||||||
|
],
|
||||||
|
"label": "sweetpad: launch",
|
||||||
|
"detail": "Build and Launch the app",
|
||||||
|
"isBackground": true // ! Required for debugging
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user