Bug 141530 - Web Inspector: debugger dashboard looks wrong when paused from console evaluations
Summary: Web Inspector: debugger dashboard looks wrong when paused from console evalua...
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-02-12 13:04 PST by Brian Burg
Modified: 2016-12-13 15:38 PST (History)
4 users (show)

See Also:


Attachments
[Screenshot] mysterious divider (72.55 KB, image/png)
2015-07-19 09:56 PDT, Brian Burg
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Burg 2015-02-12 13:04:07 PST
It shows a vertical divider, but nothing is on the right side where the source location should be.
Comment 1 Radar WebKit Bug Importer 2015-02-12 13:04:43 PST
<rdar://problem/19816914>
Comment 2 Brian Burg 2015-07-19 09:56:28 PDT
STEPS TO REPRODUCE:

1. Open Inspector
2. Enable "Break on uncaught exceptions"
3. >  throw Error("foo")
4. Debugger pauses, dashboard looks dumb
Comment 3 Brian Burg 2015-07-19 09:56:59 PDT
Created attachment 257059 [details]
[Screenshot] mysterious divider