965 B
965 B
args, files
| args | files | ||||
|---|---|---|---|---|---|
|
|
Lix VERSION
Type :? for help.
info: breakpoint reached
we enter a debugger via builtins.break in the input file.
"values show"
"values show"
causing another debugger even should not nest, but simply print the error, skip the breakpoint, etc as appropriate
builtins.break 2
builtins.throw "foo"
assert false; 2
2
error:
… caused by explicit throw
at «string»:1:1:
1| builtins.throw "foo"
| ^
error: foo
error: assertion failed
at «string»:1:1:
1| assert false; 2
| ^
exiting the debugger frame should allow another to open.
:c
builtins.throw "bar"
Loading installable ''...
error: bar
and once again, more breakpoints are ignored.
builtins.break 3
3