summaryrefslogtreecommitdiff
path: root/doc/debugging.mdwn
blob: f656ac439941a39a93541455a12a5714a71b9339 (plain)
1
2
3
4
5
6
Set `PROPELLOR_DEBUG=1` to make propellor print out all the commands it runs
and any other debug messages that Properties choose to emit.

Another handy debugging tip is to load up your config.hs in ghci, and look
at `hosts`. This will show the Properties of a Host, as well as the Info
associated with it, etc.