Skip to content

Commit 9f84251

Browse files
committed
fixup! Only import inner scope for module we are stopped at.
1 parent 61d8b2a commit 9f84251

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

haskell-debugger/GHC/Debugger/Monad.hs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -424,9 +424,6 @@ runDebuggerAction l rootDir extraGhcArgs conf loadHomeUnit (Debugger action) = f
424424
hvd_pkgName = fromMaybe (error $ "No package name for: " ++ unitIdString hdv_uid) $
425425
lookupUnitPackageQualifier hsc_env_new hdv_uid
426426

427-
-- See Note [Must explicitly expose module graph units]
428-
setExposedInUnit interactiveGhcDebuggerUnitId . graphUnits . hsc_mod_graph =<< getSession
429-
430427
mss <- getAllLoadedModules
431428

432429
let

0 commit comments

Comments
 (0)