1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
@args --debugger --no-ignore-try

we should enter a debug repl through tryEval
  nix-repl> (builtins.tryEval ((x: throw "foo") 1)).success
  error: foo

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

no segfault either
  nix-repl> :quit
  error: foo