[Webkit-unassigned] [Bug 143225] Web Inspector: debugger pause reason not updated when paused at breakpoint after resuming from debugger statement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 5 15:39:29 PDT 2016


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

--- Comment #5 from Brian Burg <bburg at apple.com> ---
(In reply to comment #4)
> We probably need to distinguish these different types of pauses in the
> frontend, since IIRC it counts everything as being part of the same "paused
> session" if the debugger re-pauses within 50ms or some other arbitrary time
> limit.

I misspoke, we need to save the last debugger action (resume / step over / step in / step out). Right now we start a timer for any of these things since the backend only tells us that we paused at a line. If the last action was resume, then we should reset the pause reason.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160605/58b05375/attachment.html>


More information about the webkit-unassigned mailing list