NEW263915
Web Inspector: Reduce the number of steps for logging a variable in Sources
https://bugs.webkit.org/show_bug.cgi?id=263915
Summary Web Inspector: Reduce the number of steps for logging a variable in Sources
Karl Dubost
Reported 2023-10-30 13:16:04 PDT
Created attachment 468415 [details] steps to add a logging point 1. Go to Apple.com with STP 181 2. Open the Web Inspector 3. Go to the Sources tab 4. Add a logging breakpoint to know the values in the console. It takes a lot of steps to just add Logging (which is a special case of breakpoints) see the attachment Keeping this feature is good in the sense we can customize it, but we need something which is slightly faster too. It would be practical to be able to have a faster to that form where we just want a logging point.
Attachments
steps to add a logging point (31.77 MB, video/quicktime)
2023-10-30 13:16 PDT, Karl Dubost
no flags
Radar WebKit Bug Importer
Comment 1 2023-10-30 13:16:24 PDT
Razvan Caliman
Comment 2 2023-10-31 10:48:01 PDT
This is basically a shortcut for: Add breakpoint -> Edit breakpoint -> click “Add Action” button -> select action “Log Message” -> enable “Automatically continue after evaluating”
Note You need to log in before you can comment on or make changes to this bug.