X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fdebugging.xml;h=d1e9e16e9ccb81959b1d6805fd6b54e26a59c380;hb=65277a1c9ff86c28c656849d6f6cbb392f1eb3e7;hp=638ab7a4b50d732352fa82a0db4caefe7100a8d1;hpb=368f9fc139a24b771b5b3282753544fb087f6b55;p=ghc-hetmet.git diff --git a/docs/users_guide/debugging.xml b/docs/users_guide/debugging.xml index 638ab7a..d1e9e16 100644 --- a/docs/users_guide/debugging.xml +++ b/docs/users_guide/debugging.xml @@ -423,6 +423,31 @@ + + + + + Suppress the printing of uniques in debugging output. This may make + the printout ambiguous (e.g. unclear where an occurrence of 'x' is bound), but + it makes the output of two compiler runs have many fewer gratuitous differences, + so you can realistically apply diff. Once diff + has shown you where to look, you can try again without + + + + + + + + + + Suppress the printing of coercions in Core dumps to make them +shorter. + + + + + @@ -435,14 +460,18 @@ - - - + + + - - Have the renamer report what imports does not - contribute. - + + Suppress any unsolicited debugging output. When GHC + has been built with the DEBUG option it + occasionally emits debug output of interest to developers. + The extra output can confuse the testing framework and + cause bogus test failures, so this flag is provided to + turn it off. +