lix/tests/functional/repl_characterization/data/regression_9917.test

15 lines
359 B
Plaintext
Raw Normal View History

https://github.com/NixOS/nix/pull/9917 (Enter debugger more reliably in let expressions and function calls)
This test ensures that continues don't skip opportunities to enter the debugger.
trace: before outer break
info: breakpoint reached
nix-repl> :c
trace: before inner break
info: breakpoint reached
nix-repl> :c
nix-repl> msg
"hello"