GHCi debugger: added a new flag, -fno-print-binding-contents
authorPepe Iborra <mnislaih@gmail.com>
Tue, 13 Nov 2007 17:45:39 +0000 (17:45 +0000)
committerPepe Iborra <mnislaih@gmail.com>
Tue, 13 Nov 2007 17:45:39 +0000 (17:45 +0000)
commit7bd518ddd4113c3cdc2497c6383f3b02f609486f
tree942873806511cd8f91ae8f27aa58f2ab75a4a23c
parent40739684494d88dde2efad64f15be2acbcc884a2
GHCi debugger: added a new flag, -fno-print-binding-contents

The contents of bindings show at breakpoints and by :show bindings
is rendered using the same printer that :print uses.
But sometimes the output it gives spans over too many lines and the
user may want to be able to disable it.
compiler/ghci/InteractiveUI.hs
compiler/main/DynFlags.hs
docs/users_guide/flags.xml