ec36c513a3
.. replace all of them with prepared global object template. + bonus: wrap inspector related methods with inspector namespace. BUG=none R=dgozman@chromium.org Review-Url: https://codereview.chromium.org/2832723004 Cr-Commit-Position: refs/heads/master@{#44785}
39 lines
626 B
Plaintext
39 lines
626 B
Plaintext
Checks breakProgram,(schedule|cancel)PauseOnNextStatement test API
|
|
|
|
Running test: testBreakProgram
|
|
Stack:
|
|
callBreakProgram (:9:12)
|
|
(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
|