github doronz88/pymobiledevice3 v11.10.1

latest release: v11.10.2
4 hours ago

Highlights

🐛 VS Code's chrome attach no longer hangs against the CDP bridge

VS Code's JavaScript debugger (js-debug) lists targets with Target.getTargets before enabling discovery, and waits for the initial Target.targetCreated batch before it attaches. The bridge announced only targets that were new since its last listing, so a page already learnt through getTargets produced no targetCreated on Target.setDiscoverTargets, and the attach hung with no target offered. The browser endpoint now announces every current target when discovery is enabled, as Chrome does.

pymobiledevice3 webinspector cdp

Attach from VS Code with a chrome config; to be prompted which page to attach to when several are open, add "targetSelection": "pick".

What's Changed

Full Changelog: v11.10.0...v11.10.1

Don't miss a new pymobiledevice3 release

NewReleases is sending notifications on new releases.