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.
<rdar://problem/117702090>
This is basically a shortcut for: Add breakpoint -> Edit breakpoint -> click “Add Action” button -> select action “Log Message” -> enable “Automatically continue after evaluating”