2017-03-24 02:44:25 +00:00
|
|
|
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;
|
|
|
|
|
2017-04-25 21:35:59 +00:00
|
|
|
paused at:
|
|
|
|
var a = #239;
|
|
|
|
|
2017-03-24 02:44:25 +00:00
|
|
|
|
|
|
|
Running test: testWithNativeBreakpoint
|
|
|
|
paused at:
|
|
|
|
#var a = 42;
|
|
|
|
|
|
|
|
paused at:
|
|
|
|
#var a = 42;
|
|
|
|
|
|
|
|
paused at:
|
|
|
|
#var a = 42;
|
|
|
|
|
|
|
|
|
2017-06-06 18:45:52 +00:00
|
|
|
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>
|
|
|
|
}
|
|
|
|
|
2017-03-24 02:44:25 +00:00
|
|
|
Running test: testDisableBreaksShouldCancelPause
|
|
|
|
paused at:
|
|
|
|
#debugger
|
|
|
|
|