1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 16:51:15 +02:00

for primops, enter the debugger at the last DebugTrace in the stack

This commit is contained in:
Ben Burdette 2022-02-11 14:14:25 -07:00
parent 3ff5ac3586
commit 4cffb130e3
4 changed files with 99 additions and 85 deletions

View file

@ -118,6 +118,8 @@ public:
bool debugStop;
std::list<DebugTrace> debugTraces;
void debug_throw(Error e);
private:
SrcToStore srcToStore;