WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
161835
Web Inspector: Call frame is sometimes not selected in Debugger sidebar on initial pause
https://bugs.webkit.org/show_bug.cgi?id=161835
Summary
Web Inspector: Call frame is sometimes not selected in Debugger sidebar on in...
Joseph Pecoraro
Reported
2016-09-09 20:31:45 PDT
Summary: Call frame is sometimes not selected in Debugger sidebar on initial pause. It should always be selected when we pause. It is on stepping, but sometimes not on the initial pause. Steps to Reproduce: 1. Inspect <
http://bogojoker.com/shell/
> 2. Set a breakpoint on easySlider.min.js Line 5:35 3. Show the Debugger tab in Inspector 4. Select the easySlider.min.js resource in the sidebar 5. On the page click the down arrow under the screenshots to tigger breakpoint => Breakpoint triggered, Call frame not selected but it should be Notes: - Seems to have to do with the Script already being selected in the Debugger Sidebar. I couldn't reproduce without that step.
Attachments
[Patch] Proposed Fix
(3.99 KB, patch)
2016-09-14 16:25 PDT
,
Matt Baker
no flags
Details
Formatted Diff
Diff
[Patch] For Landing
(4.04 KB, patch)
2016-09-14 17:44 PDT
,
Matt Baker
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2016-09-09 20:32:04 PDT
<
rdar://problem/28236680
>
Matt Baker
Comment 2
2016-09-14 16:25:58 PDT
Created
attachment 288885
[details]
[Patch] Proposed Fix
Joseph Pecoraro
Comment 3
2016-09-14 17:36:35 PDT
Comment on
attachment 288885
[details]
[Patch] Proposed Fix View in context:
https://bugs.webkit.org/attachment.cgi?id=288885&action=review
r=me! Good approach
> Source/WebInspectorUI/UserInterface/Views/NavigationSidebarPanel.js:-672 > - else { > - debugger; > - }
Err. This else debugger is not checked in. So that may be why this patch is not applying. Probably a diff from a local change.
Matt Baker
Comment 4
2016-09-14 17:38:08 PDT
(In reply to
comment #3
)
> Comment on
attachment 288885
[details]
> [Patch] Proposed Fix > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=288885&action=review
> > r=me! Good approach > > > Source/WebInspectorUI/UserInterface/Views/NavigationSidebarPanel.js:-672 > > - else { > > - debugger; > > - } > > Err. This else debugger is not checked in. So that may be why this patch is > not applying. Probably a diff from a local change.
Doh!
Matt Baker
Comment 5
2016-09-14 17:44:06 PDT
Created
attachment 288905
[details]
[Patch] For Landing
WebKit Commit Bot
Comment 6
2016-09-14 21:56:44 PDT
Comment on
attachment 288905
[details]
[Patch] For Landing Clearing flags on attachment: 288905 Committed
r205946
: <
http://trac.webkit.org/changeset/205946
>
WebKit Commit Bot
Comment 7
2016-09-14 21:56:48 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug