v8/test/inspector/debugger/terminate-execution-on-pause-expected.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

61 lines
910 B
Plaintext
Raw Normal View History

Tests Runtime.terminateExecution on pause
Running test: testTerminateOnDebugger
Running test: testTerminateAtBreakpoint
{
error : {
code : -32000
message : Execution was terminated
}
id : <messageId>
}
Running test: testTerminateRuntimeEvaluate
{
id : <messageId>
result : {
}
}
{
error : {
code : -32000
message : Execution was terminated
}
id : <messageId>
}
{
description : 42
type : number
value : 42
}
Running test: testTerminateRuntimeEvaluateOnCallFrame
{
id : <messageId>
result : {
result : {
description : 1
type : number
value : 1
}
}
}
{
id : <messageId>
result : {
}
}
{
error : {
code : -32000
message : Execution was terminated
}
id : <messageId>
}
{
description : 43
type : number
value : 43
}