[Webkit-unassigned] [Bug 273985] New: Allow to enable/disable multiple actions in a breakpoint (without having to delete them)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 9 19:07:05 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=273985

            Bug ID: 273985
           Summary: Allow to enable/disable multiple actions in a
                    breakpoint (without having to delete them)
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: karlcow at apple.com
                CC: inspector-bugzilla-changes at group.apple.com,
                    webkit-bug-importer at group.apple.com

Created attachment 471351

  --> https://bugs.webkit.org/attachment.cgi?id=471351&action=review

example of multiple log messages for one breakpoint

Steps to reproduce:
1. On Safari Technology Preview 193
2. Go to https://apple.com/
3. Open Web Inspector, Go to Sources Tab
4. Click on the + sign on the line Breakpoints at the top of the left column
5. Choose Event Breakpoint…
6. Give it a name
7. Then click Add Action button
8. For the sake of the example, let's choose Log Message
9. Create a Log message
10. Click on the + on the "+-" area to add second log message
11. Create another Log Message
12. Choose Options Automatically continue after evaluating
13. Click outside of the modal, it closes
14. Reload the page, the messages appear


I change my mind I want for this reload to just display one of the two log message
Go back to the breakpoint you just created and ctrl+click on it

The only option is to add more or to delete one of the two log messsages
I do not want to delete it, I want to keep it for later, but I want to disable one of the two for my next run.

There should be a way to disable/enable individually any actions without removing them from the breakpoint.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240510/3d77f57d/attachment.htm>


More information about the webkit-unassigned mailing list