summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/debugger/restart-frame-expected.txt
blob: 1a894a70ad348ba939779b7cd6fb42d4481ebd60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Checks that Debugger.restartFrame returns an error
Paused at debugger:
function foo() { #debugger; }; foo();

restartFrame result:
{
    error : {
        code : -32000
        message : Frame restarting not supported
    }
    id : <messageId>
}