NEW 263422
Web Inspector: Give the full information when doing Console.log Copy Paste
https://bugs.webkit.org/show_bug.cgi?id=263422
Summary Web Inspector: Give the full information when doing Console.log Copy Paste
Karl Dubost
Reported 2023-10-19 17:25:07 PDT
Created attachment 468280 [details] console.log screenshot Steps to reproduce 1. Go to a Website 2. For example: set A console logging for all events through the breakpoints 3. Activate timestamp 3. Load a Webpage (there should be a wall of events) 4. Select All and Copy 5. Go to a text editor and Paste Result. While the console is displaying rich information, with the name of the scripts and the location of the event, and the timestamp, the copy/paste gives minimal information Compare this to the screenshot. ``` [Log] pointerover [Log] pointerdown [Log] pointerdown [Log] touchstart (x2) [Log] touchstart [Log] down [Log] touchstart [Log] touchstart [Log] touchstart [Log] touchstart [Log] yt-action [Log] pointerup [Log] pointerup (x2) [Log] pointerup [Log] pointerup [Log] pointerout [Log] touchend (x2) [Log] touchend [Log] up [Log] touchend [Log] tap [Log] tap [Log] touchend [Log] touchend [Log] yt-action ```
Attachments
console.log screenshot (380.73 KB, image/png)
2023-10-19 17:25 PDT, Karl Dubost
no flags
screenshot for recording all events type (30.82 KB, image/png)
2023-10-19 17:25 PDT, Karl Dubost
no flags
Karl Dubost
Comment 1 2023-10-19 17:25:50 PDT
Created attachment 468281 [details] screenshot for recording all events type This to explain the initial setup on recording all events.type
Radar WebKit Bug Importer
Comment 2 2023-10-19 17:26:55 PDT
Note You need to log in before you can comment on or make changes to this bug.