1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
@args --debugger

  info: breakpoint reached

  nix-repl> :quit
  error:
         … while evaluating the file '$TEST_DATA/regression_l592.nix':

         … while calling the 'seq' builtin
           at $TEST_DATA/regression_l592.nix:1:15:
              1| let x = 4; in __seq x (with x; (x: builtins.break x) 1)
               |               ^
              2|

         … while calling the 'break' builtin
           at $TEST_DATA/regression_l592.nix:1:36:
              1| let x = 4; in __seq x (with x; (x: builtins.break x) 1)
               |                                    ^
              2|

         error: breakpoint reached