Steps to reproduce: 1. Go to a site with an external service for auth (that will open in a separate tab or window) 2. Open Web Inspector 3. Set a breakpoint for the login button (for example) 4. Proceed with step by step and choose the login provider and continue 5. Steps through Until a new window/tab is opened Expected: The debugging process should be pursued into the new context with the new opened tabs. It could be a separate Web Inspector window. The importance is to be able to automatically continue the debugging journey. Actual: Debug stays stuck on the current context. The other window opens, but not the Web Inspector missing also the context of the origin.
<rdar://problem/102125472>