Restore the interactive context when resuming a breakpoint
authorSimon Marlow <simonmar@microsoft.com>
Wed, 18 Apr 2007 13:41:16 +0000 (13:41 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 18 Apr 2007 13:41:16 +0000 (13:41 +0000)
commit6645c011ab8d125fc9b5f8d19b0282cfd33394fc
tree3874b2c9ea7338f12fbd96a6e3d763b54e92d3c8
parent0de47da80eaa9db8acd5c878983643b19431f1be
Restore the interactive context when resuming a breakpoint
So that we don't accumulate bindings from previous breakpoints, which
could lead to a space leak.
compiler/ghci/Linker.lhs
compiler/main/GHC.hs