X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fghci%2FInteractiveUI.hs;h=0f02282dd2ea96de8696da3a6578237a3b082397;hb=848d28cc8df29b3ff10529dcfbc4596355935c84;hp=7e82ceacbcb8a097ef8dca784226dd890324632b;hpb=cf596c1d6c12d61570626408d2f5ee81a4b9a7ee;p=ghc-hetmet.git diff --git a/compiler/ghci/InteractiveUI.hs b/compiler/ghci/InteractiveUI.hs index 7e82cea..0f02282 100644 --- a/compiler/ghci/InteractiveUI.hs +++ b/compiler/ghci/InteractiveUI.hs @@ -779,7 +779,10 @@ afterLoad ok session = do graph <- io (GHC.getModuleGraph session) graph' <- filterM (io . GHC.isLoaded session . GHC.ms_mod_name) graph setContextAfterLoad session graph' - refreshBkptTable graph' + do + bt <- getBkptTable + bt' <- io$ refreshBkptTable session bt graph' + setBkptTable bt' modulesLoadedMsg ok (map GHC.ms_mod_name graph') setContextAfterLoad session [] = do