nodejs/deps/v8/test/inspector/debugger/set-script-source-debug-evaluate-closure-expected.txt

17 lines
566 B
Plaintext
Raw Permalink Normal View History

Check that setScriptSource doesn't affect debug-evaluate block listing
{
className : ReferenceError
description : ReferenceError: a is not defined at globalThis.foo (eval at i (:1:1), <anonymous>:1:27) at <anonymous>:1:12
objectId : <objectId>
subtype : error
type : object
}
Debugger.setScriptSource: Ok
{
className : ReferenceError
description : ReferenceError: a is not defined at globalThis.foo (eval at i (:1:1), <anonymous>:1:27) at <anonymous>:1:12
objectId : <objectId>
subtype : error
type : object
}