aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/eval.hh
diff options
context:
space:
mode:
authorBen Burdette <bburdette@protonmail.com>2022-02-03 13:15:21 -0700
committerBen Burdette <bburdette@protonmail.com>2022-02-03 13:15:21 -0700
commit412d58f0bb65104b0065dbf721a92b9e5dcdcdbb (patch)
tree69b0043bdeccfbef9bae2de5dad01407fa4ae313 /src/libexpr/eval.hh
parent990bec78d30c5e23cd6aa83a6f98b1d4199bd8c3 (diff)
break() primop; step and go debug commands
Diffstat (limited to 'src/libexpr/eval.hh')
-rw-r--r--src/libexpr/eval.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh
index 1a097ab8c..649fda778 100644
--- a/src/libexpr/eval.hh
+++ b/src/libexpr/eval.hh
@@ -115,6 +115,7 @@ public:
RootValue vCallFlake = nullptr;
RootValue vImportedDrvToDerivation = nullptr;
+ bool debugStop;
std::list<DebugTrace> debugTraces;
private: