WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
128724
Web Inspector: Issue testing breakpoints
https://bugs.webkit.org/show_bug.cgi?id=128724
Summary
Web Inspector: Issue testing breakpoints
Chris J. Shull
Reported
2014-02-12 21:48:07 PST
Steps: 1) put the attached test in LayoutTests/inspector-protocol/debugger/ 2) run the test with DumpRenderTree directly expected: This test is set up to add a breakpoint in a function, and then hit that breakpoint (and log and complete the test). observed: From the console logs, it seems the breakpoint is being stopped at, but the WebInspector.DebuggerManager.Event.Paused event is never fired. This results in the the test timing out.
Attachments
test which times out
(1.99 KB, text/html)
2014-02-12 21:49 PST
,
Chris J. Shull
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2014-02-12 21:48:14 PST
<
rdar://problem/16056356
>
Chris J. Shull
Comment 2
2014-02-12 21:49:06 PST
Created
attachment 224046
[details]
test which times out
Brian Burg
Comment 3
2014-11-28 19:15:10 PST
inspector-protocol tests are for protocol messages only, and don't initialize any models or controllers such as DebuggerManager. Thus, no event should fire in this case. To test using full (M) and (C), you should use a normal inspector test, not a protocol test. More details:
https://trac.webkit.org/wiki/WebInspectorTests
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