> > - Do you have something in your error log? > Not sure... where should I look for?
If you have the SDK installed go to window->show view->other->PDE Runtime->Error log. (otherwise, you have to find the log file at your_workspace/.metadata/.log) > > > > > - Are you using only the Eclipse runtime or are you using the Eclipse SDK? > I believe the SDK, I need to check that. What would be the impact? The impact is that the SDK has dependencies on JDT (so, your memory footprint is likely higher on the SDK than on the runtime -- it would be a requisite if you want to develop with jython, but as you're not, the runtime is recommended -- the only drawback is that you don't have the error log -- but you can actually get it from the SDK and just copy that plugin to the runtime). > > > > > - From 1.3.10 to 1.3.11, did you feel it got faster, slower or kept the > same? > It seems the same, but it's just a feeling... I could try to measure it. Ok (it's mostly so that I know at which moment to profile -- so, from 1.3.9 to 1.3.10 seems the point to check for changes). Cheers, Fabio ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Pydev-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-users
