mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
add cout debugging
This commit is contained in:
parent
1e04b2568d
commit
cd8c232b55
7 changed files with 53 additions and 11 deletions
|
@ -99,8 +99,6 @@ EvalCommand::EvalCommand()
|
|||
// extern std::function<void(const Error & error, const std::map<std::string, Value *> & env)> debuggerHook;
|
||||
extern std::function<void(const Error & error, const Env & env)> debuggerHook;
|
||||
|
||||
|
||||
|
||||
ref<EvalState> EvalCommand::getEvalState()
|
||||
{
|
||||
std::cout << "EvalCommand::getEvalState()" << startReplOnEvalErrors << std::endl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue