Bug 144177 - Web Inspector: Call Stack empty when hitting breakpoint
Summary: Web Inspector: Call Stack empty when hitting breakpoint
Status: RESOLVED DUPLICATE of bug 144114
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-04-24 17:46 PDT by Joseph Pecoraro
Modified: 2015-04-24 17:54 PDT (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2015-04-24 17:46:40 PDT
* SUMMARY
Call Stack empty when hitting breakpoint.

* STEPS TO REPRODUCE
1. Inspect <http://bogojoker.com/shell/>
2. Set breakpoint on easySlider.min.js:56:21
3. Click the down arrow on the page to trigger the breakpoint
  => Call Stack section of the debugger sidebar is empty. Expected call frames.
Comment 1 Radar WebKit Bug Importer 2015-04-24 17:47:01 PDT
<rdar://problem/20695591>
Comment 2 Joseph Pecoraro 2015-04-24 17:47:53 PDT
Wait, this could be that the call frame was filtered, something that Timothy Hatcher fixed recently. I might not have that change. Assigning to me to verify that.
Comment 3 Joseph Pecoraro 2015-04-24 17:49:28 PDT
Yes it was. Toggling filters gets things to work.
Comment 4 Timothy Hatcher 2015-04-24 17:53:01 PDT
Oops, did I break this?
Comment 5 Joseph Pecoraro 2015-04-24 17:53:49 PDT
(In reply to comment #4)
> Oops, did I break this?

Nope, I believe you fixed it with:
http://trac.webkit.org/changeset/183215
Comment 6 Joseph Pecoraro 2015-04-24 17:54:12 PDT

*** This bug has been marked as a duplicate of bug 144114 ***