mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
22 lines
564 B
Text
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.
|