vscode-ios-debug icon indicating copy to clipboard operation
vscode-ios-debug copied to clipboard

iOS debugging in Visual Studio Code

Results 9 vscode-ios-debug issues
Sort by recently updated
recently updated
newest added

Simulator works. But real devices are not. The app installed successfully but can't start the debug server. Log below: ``` 2024-1-2 1:14] [INFO] resolveDebugConfiguration { "name": "Launch without Installing", "type":...

… stdout maxBuffer length exceeded when install app Add maxBufferSize=100Mb for stdout/stdin

When i tried install big .app (7 Gb) and many files in .app, i gave error: ``` [2024-3-11 12:35] [INFO] { "Percent": 25, "OverallPercent": 12, "Path": "{is true path}", "Event":...

MAUI App .Net 8 targetting iOS: With the default configuration, I am able to get the app to deploy and debug on a real device: { "name":"Launch App", "type":"maui", "request":"launch",...

Unable to detect ios simulator host machine mac os guest (Remote machine) linux ubuntu iOS Debug v0.4.0 Visual Studio Code Version: 1.85.1 Try simple flutter test project but the ios...

Hi, I'm trying to set up a development environment for iOS, macOS, and watchOS development in VS Code. I enjoy using this extension for launching and debugging iOS apps. macOS...

I encountered the case that when the project is huge, there will be thousands of lines of build log and the build will stop at some time. probably it failed...

** BUILD FAILED ** The following build commands failed: SwiftEmitModule normal arm64 Emitting\ module\ for\ xxxxx (in target 'xxxxxxx' from project 'xxxxxxx') (1 failure)

Hi, Thanks for this extension, it works great. One issue I've found is that the console output is not appearing in the Debug Console if using the [HotReloading](https://github.com/johnno1962/HotReloading) package. It...