Some debug ideas from bringert

This commit is contained in:
dons 2005-12-07 23:52:30 +00:00
parent f3e5ae10fb
commit fc1a519459
2 changed files with 4 additions and 1 deletions

2
TODO
View File

@ -1,6 +1,8 @@
For 0.1
----------
+ version numbers in package loads are annyoing
+ .hi file parser is broken on Itanium, again.
+ build way=p and way=''

View File

@ -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