blob: 93d0bc0fba893ca1bfb49db55c923b3cf523b308 (
plain)
1
2
3
4
5
6
7
8
9
|
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> continue
Debugger statement, toplevel at continue.debugger.js:3:0
db> cont
Debugger statement, toplevel at continue.debugger.js:4:0
db> c
Program exited with code 0
|