How to use `trace` while debuging GHC

Ian Lynagh ian at well-typed.com
Mon Nov 12 02:36:02 CET 2012


On Sun, Nov 11, 2012 at 05:24:06PM -0800, Iavor Diatchki wrote:
> 
> There used to be a value called `tracingDynFlags` that I could use to dump
> values, but it has disappeared...  Did it get moved somewhere, or is there
> a better way to get the same effect?

There is now StaticFlags.unsafeGlobalDynFlags.


Thanks
Ian




More information about the Glasgow-haskell-users mailing list