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:
parent
3ff5ac3586
commit
4cffb130e3
4 changed files with 99 additions and 85 deletions
|
@ -118,6 +118,8 @@ public:
|
|||
bool debugStop;
|
||||
std::list<DebugTrace> debugTraces;
|
||||
|
||||
void debug_throw(Error e);
|
||||
|
||||
private:
|
||||
SrcToStore srcToStore;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue