PR-URL: https://github.com/nodejs/node/pull/21983 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
73 lines
1 KiB
Text
73 lines
1 KiB
Text
Checks Debugger.pause
|
|
|
|
Running test: testPause
|
|
paused at:
|
|
var a = #42;
|
|
|
|
|
|
Running test: testSkipFrameworks
|
|
paused at:
|
|
var a = #239;
|
|
|
|
|
|
Running test: testSkipOtherContext1
|
|
paused at:
|
|
var a = #1;
|
|
|
|
|
|
Running test: testSkipOtherContext2
|
|
paused at:
|
|
var a = #239;
|
|
|
|
paused at:
|
|
var a = 239;#
|
|
|
|
|
|
Running test: testWithNativeBreakpoint
|
|
paused at:
|
|
var a = #42;
|
|
|
|
paused at:
|
|
var a = #42;
|
|
|
|
paused at:
|
|
var a = #42;
|
|
|
|
|
|
Running test: testResumeAnotherGroup
|
|
paused at:
|
|
var a = #42;
|
|
|
|
{
|
|
error : {
|
|
code : -32000
|
|
message : Can only perform operation while paused.
|
|
}
|
|
id : <messageId>
|
|
}
|
|
{
|
|
error : {
|
|
code : -32000
|
|
message : Can only perform operation while paused.
|
|
}
|
|
id : <messageId>
|
|
}
|
|
{
|
|
error : {
|
|
code : -32000
|
|
message : Can only perform operation while paused.
|
|
}
|
|
id : <messageId>
|
|
}
|
|
{
|
|
error : {
|
|
code : -32000
|
|
message : Can only perform operation while paused.
|
|
}
|
|
id : <messageId>
|
|
}
|
|
|
|
Running test: testDisableBreaksShouldCancelPause
|
|
paused at:
|
|
#debugger
|
|
|