Skip to content

v11.10.1

Choose a tag to compare

@doronz88 doronz88 released this 08 Sep 07:28
· 10 commits to master since this release
ce8a9c0

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