patch applied (ghc): Closure inspection in GHCi
Ian Lynagh <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.all |
|---|---|
| Message-ID | <20061216174303.GA5923__45204.8540734269$1166291020$gmane$org@cvs.haskell.org> |
Sun Dec 10 15:20:18 PST 2006 Pepe Iborra <[email protected]> * Closure inspection in GHCi The :print, :sprint and :force commands for GHCi. This set of commands allows inspection of heap structures of the bindings in the interactive environment. This is useful to observe lazyness and specially to inspect things with undespecified polymorphic types, as happens often in breakpoints. M ./compiler/ghci/Debugger.hs +242 M ./compiler/ghci/InteractiveUI.hs +5 M ./compiler/prelude/PrelNames.lhs -1 +11 M ./compiler/types/Type.lhs -1 +11