Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Debugger suspends when we have no breakpoints set
Debugger suspends when we have no breakpoints set [message #147798] Mon, 10 April 2006 22:45 Go to next message
Bill Ewing is currently offline Bill EwingFriend
Messages: 7
Registered: July 2009
Junior Member
Hi all. We have witnessed the Eclipse (Java) debugger suspend execution
like there was a breakpoint when we had no breakpoints set.

It has seemed to be somewhat random, but we've noticed it happen a few times
at one particular place in our code where there is a synchronized block of
code.

Are we doing something wrong? Could this be a bug?

TIA for all suggestions,
Bill
Re: Debugger suspends when we have no breakpoints set [message #147806 is a reply to message #147798] Tue, 11 April 2006 00:03 Go to previous message
Kevin Barnes is currently offline Kevin BarnesFriend
Messages: 174
Registered: July 2009
Senior Member
Bill Ewing wrote:
> Hi all. We have witnessed the Eclipse (Java) debugger suspend execution
> like there was a breakpoint when we had no breakpoints set.
>
> It has seemed to be somewhat random, but we've noticed it happen a few times
> at one particular place in our code where there is a synchronized block of
> code.
>
> Are we doing something wrong? Could this be a bug?
>
> TIA for all suggestions,
> Bill
>
>

Could it be that an exception is thrown where the debugger is stopping?
By default eclipse stops at uncaught exceptions. The label on the
suspended thread will tell you why it suspended.
HTH
Kevin
Previous Topic:automatic refresh needed
Next Topic:Eclipse does not start on Mac OS X
Goto Forum:
  


Current Time: Thu Dec 26 15:21:49 GMT 2024

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

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

Back to the top