Files
lix/tests/functional2/repl_characterization/debugger/debug_ignore_try.md
T
rootile f7ce20d879 tests(f2/repl): migrate debugger tests
Change-Id: I2cc1d45db2e5e0b8cea6798c70e13ede57fea6ee
2026-06-11 16:19:20 +02:00

344 B

args
args
--debugger
--no-ignore-try

we should enter a debug repl through tryEval

(builtins.tryEval ((x: throw "foo") 1)).success
error: foo

This exception occurred in a 'tryEval' call. Use --ignore-try to skip these.

Added 1 variables.

no segfaults either

:quit
error: foo