Now that we can correctly point to all expressions, we can remove redundant intermediate traces to reduce clutter. Co-authored-by: eldritch horrors <pennae@lix.systems> Co-authored-by: Raito Bezarius <raito@lix.systems> Change-Id: I3e9d7c1c7a6599a8e68302448bbb961d051002b7
34 lines
943 B
Plaintext
34 lines
943 B
Plaintext
@args --debugger
|
|
info: breakpoint reached
|
|
|
|
debugger should not crash now, but also not show any with variables
|
|
nix-repl> :st
|
|
0: error: breakpoint reached
|
|
«none»:0
|
|
Env level 0
|
|
static: x
|
|
|
|
Env level 1
|
|
static:
|
|
|
|
Env level 2
|
|
abort baseNameOf break builtins derivation derivationStrict dirOf false fetchGit fetchMercurial fetchTarball fetchTree fromTOML import isNull map null placeholder removeAttrs scopedImport throw toString true
|
|
error:
|
|
… while evaluating the file '$TEST_DATA/regression_l145.nix':
|
|
|
|
… while evaluating variable x
|
|
at $TEST_DATA/regression_l145.nix:5:3:
|
|
4| in
|
|
5| x
|
|
| ^
|
|
6|
|
|
|
|
… while calling the 'break' builtin
|
|
at $TEST_DATA/regression_l145.nix:3:7:
|
|
2| let
|
|
3| x = builtins.break 1;
|
|
| ^
|
|
4| in
|
|
|
|
error: breakpoint reached
|