<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Web Inspector: debugger pause reason not updated when paused at breakpoint after resuming from debugger statement"
href="https://bugs.webkit.org/show_bug.cgi?id=143225#c5">Comment # 5</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Web Inspector: debugger pause reason not updated when paused at breakpoint after resuming from debugger statement"
href="https://bugs.webkit.org/show_bug.cgi?id=143225">bug 143225</a>
from <span class="vcard"><a class="email" href="mailto:bburg@apple.com" title="Brian Burg <bburg@apple.com>"> <span class="fn">Brian Burg</span></a>
</span></b>
<pre>(In reply to <a href="show_bug.cgi?id=143225#c4">comment #4</a>)
<span class="quote">> 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.</span >
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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>