We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61d8b2a commit 9f84251Copy full SHA for 9f84251
1 file changed
haskell-debugger/GHC/Debugger/Monad.hs
@@ -424,9 +424,6 @@ runDebuggerAction l rootDir extraGhcArgs conf loadHomeUnit (Debugger action) = f
424
hvd_pkgName = fromMaybe (error $ "No package name for: " ++ unitIdString hdv_uid) $
425
lookupUnitPackageQualifier hsc_env_new hdv_uid
426
427
- -- See Note [Must explicitly expose module graph units]
428
- setExposedInUnit interactiveGhcDebuggerUnitId . graphUnits . hsc_mod_graph =<< getSession
429
-
430
mss <- getAllLoadedModules
431
432
let
0 commit comments