Bug 263915 - Web Inspector: Reduce the number of steps for logging a variable in Sources
Summary: Web Inspector: Reduce the number of steps for logging a variable in Sources
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: Safari 17
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-10-30 13:16 PDT by Karl Dubost
Modified: 2023-10-31 10:48 PDT (History)
3 users (show)

See Also:


Attachments
steps to add a logging point (31.77 MB, video/quicktime)
2023-10-30 13:16 PDT, Karl Dubost
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Karl Dubost 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.
Comment 1 Radar WebKit Bug Importer 2023-10-30 13:16:24 PDT
<rdar://problem/117702090>
Comment 2 Razvan Caliman 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”