Bug 128724

Summary: Web Inspector: Issue testing breakpoints
Product: WebKit Reporter: Chris J. Shull <chrisjshull>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: burg, joepeck, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
test which times out none

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
Radar WebKit Bug Importer
Comment 1 2014-02-12 21:48:14 PST
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.