I have build a M6 installation of Eclipse and added the Dali source from
dali-sdk-buildrepo-S-3.1M6-20090318020101.zip
(the repository in a zip is really cool -- thanks!)
I've tried to debug the problem by launching the Eclipse workbench as an
Eclipse application in debug mode. My thought was to duplicate the error
in the Eclipse workbench running under debug. The launching Eclipse is in
debug perspective, set to break on uncaught NullPointer exceptions.
No joy. I can't do this because the launched Eclipse workbench craps out
with a
"Java indexing" java.lang.OutOfMemoryError: Java heap space
error.
I googled a lot and and learned how to maximize the memory in eclipse.ini.
To conserve memory I closed down all the views that weren't needed to do
this. Still no joy.
Do you have any suggestions as to how I can duplicate this problem while
running in debug so I can provide more detail about it?