mirror of
https://github.com/NixOS/nix
synced 2025-06-28 01:11:15 +02:00
more debug stuff
This commit is contained in:
parent
037d53d9d9
commit
c7e3d830c1
4 changed files with 45 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue