Skip to main content



      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 18:45 Go to next message
Eclipse UserFriend
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] Mon, 10 April 2006 20:03 Go to previous message
Eclipse UserFriend
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: Wed Mar 12 07:05:54 EDT 2025

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

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

Back to the top