Bug 143223 - Web Inspector: can't see reason for debugger pause when sidebar is scrolled down
Summary: Web Inspector: can't see reason for debugger pause when sidebar is scrolled down
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-03-30 09:23 PDT by Brian Burg
Modified: 2016-12-13 15:39 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Burg 2015-03-30 09:23:54 PDT
Steps to reproduce:

1. Open 2nd-level inspector, debugging sidebar, and scroll down so "Pause Reason" section is hidden.
2. Turn on "break on uncaught exceptions"
3. eval "throw Error" to make 1st-level inspector pause

At this point, the dashboard view says the debugger is paused at some line, but it's not clear why its paused.

There are several ways that this could be fixed:

 * Auto-reveal "pause reason" section on pause (possibly excluding normal breakpoint hits)
 * List pause reason "type" (Exception, debugger statement, Breakpoint) in debugger dashboard
 * Show exception message inline like we do for errors.
Comment 1 Radar WebKit Bug Importer 2015-03-30 09:24:22 PDT
<rdar://problem/20346975>
Comment 2 Matt Baker 2016-08-04 17:55:38 PDT
I'm in favor of auto-revealing the cal stack on pause.
Comment 3 Timothy Hatcher 2016-08-05 09:48:04 PDT
I agree. This has annoyed me once recently.