mirror of
https://github.com/nodejs/node.git
synced 2025-05-15 12:45:25 +00:00

PR-URL: https://github.com/nodejs/node/pull/51362 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
42 lines
652 B
Plaintext
42 lines
652 B
Plaintext
Tests Runtime.terminateExecution on pause
|
|
|
|
Running test: testTerminateOnDebugger
|
|
|
|
Running test: testTerminateAtBreakpoint
|
|
{
|
|
error : {
|
|
code : -32000
|
|
message : Execution was terminated
|
|
}
|
|
id : <messageId>
|
|
}
|
|
|
|
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
|
|
}
|