[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.dali] Re: Generate Entities from Tables not working
|
Bill,
I run/debug with the following setting in my Run Config:
Main tab -> Program to Run: |X| Run a product: org.eclipse.platform.ide
Arguments tab -> VM Arguments: -Xmx1024M -XX:MaxPermSize=128m
Give that a try and see if you have better luck, and thanks for looking
into this.
Neil
Bill Blalock wrote:
Neil & Brian:
See previous message on 3/23...
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?
Thanks
Bill Blalock