Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] eclipse slow response during debug process

To see if GDB is taking time to answer Eclipse, you can check the gdbtraces console
and look at the timestamp.  The first set of number is in seconds.
 


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of "Axel Müller"
Sent: Tuesday, January 03, 2012 2:47 AM
To: CDT General developers list.
Subject: Re: [cdt-dev] eclipse slow response during debug process

Are you sure that Eclipse is getting slower or is it actually gdb the eats up all your CPU power?



Von: "Nitin Dhiman" <nitinkdhiman@xxxxxxxxx>
Gesendet: Dec 27, 2011 12:28:36 PM
An: cdt-dev@xxxxxxxxxxx, cdt-dev-request@xxxxxxxxxxx
Betreff: [cdt-dev] eclipse slow response during debug process

Greetings,
I am using Eclipse CDT Indigo  Build id: 20110615-0604. As debug process happens, response of eclipse continuously degrades and becomes slower. Step Walkin becomes very slow and takes couple of seconds for every instruction. I am looking for help in reducing these delays. 
Following is eclipse.ini file:
 -startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505
-product
org.eclipse.epp.package.cpp.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
1024M
--launcher.defaultAction
openFile
-vm
/home/nitin/installations/jre1.6.0_20/bin
-vmargs
-Dosgi.requiredJavaVersion=1.5
-XX:MaxPermSize=1024M
-Xms512M
-Xmx1024M
 
 
Whether allocating more memory to java heap will help??
thank you
nitin
  

SMS schreiben mit WEB.DE FreeMail - einfach, schnell und   
kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=021192

Back to the top