Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-23 | Allow print() (also Debug) to be used even in normal viewer code. | Nat Goodspeed | |
Since print() writes to cerr, we used to be able to use it only in test programs. Making the cerr writes conditional on LL_TEST allows us to use it for debugging the code under test as well, since in the normal viewer the cerr statements vanish. | |||
2020-04-03 | DRTVWR-476: Cherry-pick debug aids from commit 77b0c53 (fiber-mutex) | Nat Goodspeed | |