[Webkit-unassigned] [Bug 47442] Web Inspector: Add method to set breakpoint on event callback

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 28 02:42:46 PDT 2013


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





--- Comment #4 from Derk-Jan Hartman <hartman.wiki at gmail.com>  2013-08-28 02:42:09 PST ---
I never followed up on this I see.

My concern was partly solved by the linkification. However, what I really would like is to just put a breakpoint on that specific function right from the sidepanel.

The reason is minified code. Putting breakpoints on minified code is a PITA right now. If you could set a breakpoint on a specific function straight from the Event Listener's sidebar, then debugging minified code would be significantly simpler.

I guess this first requires adding some functionality to the debugger to not fully rely on line information for breakpoints, but also on blocks/expressions/conditions.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list