1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 01:11:15 +02:00

more debug stuff

This commit is contained in:
Ben Burdette 2021-09-22 16:22:53 -06:00
parent 037d53d9d9
commit c7e3d830c1
4 changed files with 45 additions and 5 deletions

View file

@ -574,7 +574,7 @@ namespace nix {
Expr * EvalState::parse(const char * text, FileOrigin origin,
const Path & path, const Path & basePath, std::shared_ptr<StaticEnv> & staticEnv)
{
std::cout << "EvalState::parse " << std::endl;
std::cout << "EvalState::parse " << text << std::endl;
for (auto i = staticEnv->vars.begin(); i != staticEnv->vars.end(); ++i)
std::cout << "EvalState::parse staticEnv " << i->first << std::endl;