mirror of
https://github.com/NixOS/nix
synced 2025-06-26 11:41:15 +02:00
add cout debugging
This commit is contained in:
parent
1e04b2568d
commit
cd8c232b55
7 changed files with 53 additions and 11 deletions
|
@ -918,6 +918,8 @@ LocalNoInlineNoReturn(void throwUndefinedVarError(const Pos & pos, const char *
|
|||
.errPos = pos
|
||||
});
|
||||
|
||||
std::cout << "pre debuggerHook" << std::endl;
|
||||
|
||||
if (debuggerHook)
|
||||
debuggerHook(error, env);
|
||||
throw error;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue