Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Debug very slow(Debug very slow)
Debug very slow [message #840960] Tue, 10 April 2012 14:27 Go to next message
Eclipse UserFriend
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 14:55 Go to previous message
Eclipse UserFriend
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: Mon Jun 30 21:33:27 EDT 2025

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

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

Back to the top