[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: Debugger Doesn't Stop At Some Breakpoints (And a weird array problem)

On Sat, 12 Sep 2009 02:06:40 -0400, erickulcyk wrote:
> I am trying to debug my program because of a strange occurrence: The
> data in my array changes without me doing anything to it.... You might
> think that I am missing something, but I have run though my code over
> and over and over again, and my array is not being touched.  I print out
> the array's data at location x and at location y, and at x it is
> correct, at y it is all 0's.  I do not do anything to the array in
> between.
> 
> Anyway, I am trying to debug this, when suddenly the debugger won't stop
> at my breakpoints.  The only one it will stop at is a breakpoint in the
> very beginning.  I restarted eclipse, restarted Ubuntu, same problem. 
> Could these two problems possibly be related?

Did you try reproducing the problem on a small sized application with 
just a simple 2D array? What JRE are you running your application with? 
What version is its version?

Regards,
Remy