summaryrefslogtreecommitdiff
path: root/installed-tests/debugger/keys.debugger.output
blob: 3a00736cd4263c58e98feaf4e6cdfa5a1818c533 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
GJS debugger. Type "help" for help
db> # SPDX-License-Identifier: MIT OR LGPL-2.0-or-later
db> # SPDX-FileCopyrightText: 2018 Philip Chimento <philip.chimento@gmail.com>
db> c
Debugger statement, toplevel at keys.debugger.js:9:0
db> keys a
$1 = [object Array]
["foo", "bar", "tres", Symbol("s")]
db> k a
$2 = [object Array]
["foo", "bar", "tres", Symbol("s")]
db> c
Program exited with code 0