1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 23:11:16 +02:00

add cout debugging

This commit is contained in:
Ben Burdette 2021-09-15 16:16:53 -06:00
parent 1e04b2568d
commit cd8c232b55
7 changed files with 53 additions and 11 deletions

View file

@ -20,6 +20,7 @@ MakeError(UndefinedVarError, Error);
MakeError(MissingArgumentError, EvalError);
MakeError(RestrictedPathError, Error);
extern std::function<void(const Error & error, const Env & env)> debuggerHook;
/* Position objects. */