mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
remove redundant 'debugMode' flag
This commit is contained in:
parent
7ccb2700c0
commit
13d02af079
6 changed files with 35 additions and 39 deletions
|
@ -757,7 +757,7 @@ static RegisterPrimOp primop_break({
|
|||
)",
|
||||
.fun = [](EvalState & state, const PosIdx pos, Value * * args, Value & v)
|
||||
{
|
||||
if (state.debugMode && !state.debugTraces.empty()) {
|
||||
if (state.debugRepl && !state.debugTraces.empty()) {
|
||||
auto error = Error(ErrorInfo {
|
||||
.level = lvlInfo,
|
||||
.msg = hintfmt("breakpoint reached"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue