NEW 147066
InspectorDebug [META] Make it easier to debug the Web Inspector
https://bugs.webkit.org/show_bug.cgi?id=147066
Summary [META] Make it easier to debug the Web Inspector
Brian Burg
Reported 2015-07-18 12:49:25 PDT
Tracking bug for all improvements to inspector debuggability.
Attachments
Radar WebKit Bug Importer
Comment 1 2015-07-18 12:49:45 PDT
Blaze Burg
Comment 2 2015-11-27 17:36:03 PST
Over vacation I've been tackling some of these productivity-sapping bugs. With the most egregious ones out of the way, I'm looking at specialized tools for engineering builds only: * ability to persistently enable a setting to capture protocol messages * ability to save and export protocol traffic within Web Inspector * new tab and content views to visualize or otherwise understand protocol messages - wall-clock linear view - two-column view, with requests on the left and responses on the right (with arrows to connote message sends). - hyperlinks / secondary selections for related messages (i.e., request and response) - sort by initiator, RTT duration, dispatch duration, etc. * ability to send captured protocol traffic from inspector^1 to inspector^2. This enables awesome stuff: - linkifying log spam and making it easier to read - integrate protocol message data into a custom Instruments timeline
Note You need to log in before you can comment on or make changes to this bug.