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

1.2 KiB

args, should_fail, files
args should_fail files
--debugger
-f
regression_l592.nix
True
regression_l592.nix
Lix VERSION
Type :? for help.
info: breakpoint reached

Added 1 variables.

the with caused a crash with empty things

:quit
error:
       … while evaluating the file '/pwd/regression_l592.nix':

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

       … from call site
         at /pwd/regression_l592.nix:1:32:
            1| let x = 4; in __seq x (with x; (x: builtins.break x) 1)
             |                                ^
            2|

       … while calling anonymous lambda
         at /pwd/regression_l592.nix:1:33:
            1| let x = 4; in __seq x (with x; (x: builtins.break x) 1)
             |                                 ^
            2|

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

       error: breakpoint reached