Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Debug very slow(Debug very slow)
Debug very slow [message #840960] Tue, 10 April 2012 18:27 Go to next message
joni mcfly is currently offline joni mcflyFriend
Messages: 1
Registered: April 2012
Junior Member
Hi All

Do someone have a hint for me ?
From one day to the other my debuging in eclipse went so slow, so I can't use it.
In nondebugmode everything is the same speed.
Also when starting to debuging, always the Thread[main](Class load: xxx) is suspended, so I have to resume that thread. I didn't change any settings.

I installed the newest Eclipse ( newer version that i had ) , but the same problem.
jre version is 6.0.31

Do anyone have a hint ?

regards

Re: Debug very slow [message #840981 is a reply to message #840960] Tue, 10 April 2012 18:55 Go to previous message
Benjamin Jung is currently offline Benjamin JungFriend
Messages: 2
Registered: July 2009
Junior Member
Am 10.04.2012 20:27, schrieb joni mcfly:
> Hi All
>
> Do someone have a hint for me ?
> From one day to the other my debuging in eclipse went so slow, so I
> can't use it.
> In nondebugmode everything is the same speed.
> Also when starting to debuging, always the Thread[main](Class load: xxx)
> is suspended, so I have to resume that thread. I didn't change any
> settings.
>
> I installed the newest Eclipse ( newer version that i had ) , but the
> same problem.
> jre version is 6.0.31
>
> Do anyone have a hint ?
>
> regards
>
>

Hi!

Are you using a a conditional breakpoint? This is often
the case when this breakpoint is passed very frequently
and the condition on the breakpoint has to be evaluated
every time.

I also had this issue with a "lost" breakpoint which is not
in the list of breakpoints in eclipse (anymore) but is (still)
a breakpoint (in this case perhaps a conditional one?).

Try deleting all breakpoints via the crosses in the breakpoints
list in the debug perspective.. this resolved the issue for me.
(This function also seems to delete the "lost" breakpoints).

Very weird ;-)

Kind regards
Benjamin
Previous Topic:working with and/or extending the default java editor
Next Topic:DOS Window upon Eclipse Launch
Goto Forum:
  


Current Time: Fri Apr 26 03:45:27 GMT 2024

Powered by FUDForum. Page generated in 0.03189 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top