51740cc16a
V8InspectorSession::schedulePauseOnNextStatement and V8InspectorSession::cancelPauseOnNextStatement are now exposed in inspector tests. These methods are required at least for better blackboxing tests. BUG=v8:5842 R=dgozman@chromium.org Review-Url: https://codereview.chromium.org/2636613002 Cr-Commit-Position: refs/heads/master@{#42469}
39 lines
625 B
Plaintext
39 lines
625 B
Plaintext
Checks breakProgram,(schedule|cancel)PauseOnNextStatement test API
|
|
|
|
Running test: testBreakProgram
|
|
Stack:
|
|
callBreakProgram (:9:2)
|
|
(anonymous) (:0:0)
|
|
Other data:
|
|
{
|
|
method : Debugger.paused
|
|
params : {
|
|
data : {
|
|
a : 42
|
|
}
|
|
hitBreakpoints : [
|
|
]
|
|
reason : reason
|
|
}
|
|
}
|
|
|
|
|
|
Running test: testSchedulePauseOnNextStatement
|
|
Stack:
|
|
(anonymous) (expr1.js:0:0)
|
|
Other data:
|
|
{
|
|
method : Debugger.paused
|
|
params : {
|
|
data : {
|
|
a : 42
|
|
}
|
|
hitBreakpoints : [
|
|
]
|
|
reason : reason
|
|
}
|
|
}
|
|
|
|
|
|
Running test: testCancelPauseOnNextStatement
|