1 रिपॉजिटरी
Managing multiple iOS devices simultaneously by routing inspector traffic through separate port assignments.
Distinct from Multi-Device Controllers: Distinct from Multi-Device Controllers: targets iOS devices for debugging, not Android devices for synchronized testing.
Explore 1 awesome GitHub repository matching mobile development · iOS. Refine with filters or upvote what's useful.
ios-webkit-debug-proxy is a command-line proxy that bridges Chrome DevTools to Safari Web Inspector on iOS devices, enabling remote debugging of web content over USB. It translates WebKit remote debugging protocol messages into Chrome DevTools Protocol over persistent WebSocket connections, allowing developers to use Chrome DevTools, Safari Web Inspector, or Firefox DevTools to inspect and debug web content in MobileSafari and UIWebViews on real and simulated iOS devices. The proxy discovers and communicates with iOS devices over USB using the libimobiledevice library without requiring iTunes
Managing simultaneous debugging sessions across multiple iOS devices with stable port assignments that persist across reconnections.