mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
debugRepl ftn pointer
This commit is contained in:
parent
0600df86b8
commit
884d591787
4 changed files with 41 additions and 10 deletions
|
@ -765,7 +765,7 @@ static RegisterPrimOp primop_break({
|
|||
});
|
||||
|
||||
auto & dt = state.debugTraces.front();
|
||||
state.debugRepl(&error, dt.env, dt.expr);
|
||||
state.runDebugRepl(&error, dt.env, dt.expr);
|
||||
|
||||
if (state.debugQuit) {
|
||||
// If the user elects to quit the repl, throw an exception.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue