mirror of
https://github.com/nodejs/node.git
synced 2025-05-15 11:36:57 +00:00

PR-URL: https://github.com/nodejs/node/pull/45230 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
17 lines
566 B
Plaintext
17 lines
566 B
Plaintext
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
|
|
}
|