v8/test/inspector/debugger/inspector-break-api-expected.txt
kozyatinskiy ec36c513a3 [test/inspector] remove any usage of v8::Extension
.. 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}
2017-04-21 23:41:07 +00:00

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