vscode-ios-debug
vscode-ios-debug copied to clipboard
Minimal example to get debugging to work with iOS 17
This pull request is addressing the issues https://github.com/nisargjhaveri/vscode-ios-debug/issues/18 and https://github.com/nisargjhaveri/vscode-ios-debug/issues/24 and contains a minimal example of what is needed to get the extension to work with Apple LLDB, and hence compatible with iOS 17. It requires the XCode 16 beta.
It's only using Apple LLDB and xcrun devicectl
when really needed, the functions using ios-deploy are left as-is.