escargot/tools/debugger/tests/do_variables2.expected
Seonghyun Kim b562c4caf3 Implement BigInt support on debugger
Signed-off-by: Seonghyun Kim <sh8281.kim@samsung.com>
2020-12-15 12:18:08 +09:00

22 lines
564 B
Text

Connecting to: localhost:6501
Connection created!!!
Stopped at tools/debugger/tests/do_variables2.js:22
(escargot-debugger) b do_variables2.js:33
Breakpoint 1 at tools/debugger/tests/do_variables2.js:33
(escargot-debugger) c
Stopped at breakpoint:1 tools/debugger/tests/do_variables2.js:33
(escargot-debugger) variables
a: undefined
b: null
c: boolean: true
d: boolean: false
e: number: 3.14
f: string: str
g: symbol: sym
h: object [id: 0]
i: array [id: 1]
j: function [id: 2]
l: bigint: 900719925474099123
k: unaccessible
(escargot-debugger) c
Connection closed.