Bug 247660

Summary: Web Inspector: Follow debugging context on opening new window or tab
Product: WebKit Reporter: Karl Dubost <karlcow>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: inspector-bugzilla-changes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari Technology Preview   
Hardware: All   
OS: All   
See Also: https://bugs.webkit.org/show_bug.cgi?id=275664

Karl Dubost
Reported 2022-11-08 22:03:14 PST
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.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-11-08 22:13:26 PST
Note You need to log in before you can comment on or make changes to this bug.