trace stack, not call stack

This commit is contained in:
Ben Burdette 2022-04-08 16:22:27 -06:00
parent 31bcd55626
commit 3aaf02839f

View file

@ -495,7 +495,7 @@ bool NixRepl::processLine(std::string line)
<< " :log <expr> Show logs for a derivation\n"
<< " :st [bool] Enable, disable or toggle showing traces for errors\n"
<< " :d <cmd> Debug mode commands\n"
<< " :d stack Show call stack\n"
<< " :d stack Show trace stack\n"
<< " :d env Show env stack\n"
<< " :d show <idx> Show current trace, or change to call stack index\n"
<< " :d go Go until end of program, exception, or builtins.break().\n"