Some debug ideas from bringert
This commit is contained in:
@ -547,7 +547,8 @@ loadPackage p = do
|
||||
(libs,dlls) <- lookupPkg p
|
||||
mapM_ (\l -> loadObject l (Package (mkModid l))) libs
|
||||
#if DEBUG
|
||||
putStr (' ':show dlls)
|
||||
putStr (' ':show libs) >> hFlush stdout
|
||||
putStr (' ':show dlls) >> hFlush stdout
|
||||
#endif
|
||||
mapM_ loadShared dlls
|
||||
|
||||
|
Reference in New Issue
Block a user