Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Can't hit certain breakpoints.
Can't hit certain breakpoints. [message #261309] Wed, 22 July 2009 07:10 Go to next message
Shaggs is currently offline ShaggsFriend
Messages: 3
Registered: July 2009
Junior Member
I have a java project where I just can't get certain breakpoints to hit.
I know the lines are executing, for instance the line:
System.out.print("Test1"); will definitely print, but the break-point on
that line will not. Breakpoints on lines that occur some time earlier in
execution seem to be working, but not always.

I also get some funny debugger behavior from time to time, I got one java
exception when I paused and resumed execution, but I cannot remember what
they were now, and they are not happening. Also, I had some other
breakpoints that would not always hit, but when I paused execution the
program counter would be sitting on the breakpoint.

I experienced this with an older version of eclipse, 3.4.2, and I just
downloaded Build id: 20090619-0625, and experience pretty much the same
behavior, but slightly improved.

Any advice as to what I should do next?
Re: Can't hit certain breakpoints. [message #261315 is a reply to message #261309] Wed, 22 July 2009 07:45 Go to previous messageGo to next message
Shaggs is currently offline ShaggsFriend
Messages: 3
Registered: July 2009
Junior Member
Reading further down I see that it may be related to JDK 1.6.0_14.
Unfortunately I cannot find a download to install JDK 1.6.0_13, any hints
on that?

Thanks.
Re: Can't hit certain breakpoints. [message #261326 is a reply to message #261315] Wed, 22 July 2009 09:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: groups.pellaton.li

https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_De veloper-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef= jdk-6u13-oth-JPR@CDS-CDS_Developer
Re: Can't hit certain breakpoints. [message #261334 is a reply to message #261315] Wed, 22 July 2009 12:36 Go to previous messageGo to next message
Olivier Thomann is currently offline Olivier ThomannFriend
Messages: 518
Registered: July 2009
Senior Member
Shaggs a écrit :
> Reading further down I see that it may be related to JDK 1.6.0_14.
> Unfortunately I cannot find a download to install JDK 1.6.0_13, any
> hints on that?
Please check:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=279137#c45
--
Olivier
Re: Can't hit certain breakpoints. [message #261364 is a reply to message #261326] Thu, 23 July 2009 06:16 Go to previous messageGo to next message
Shaggs is currently offline ShaggsFriend
Messages: 3
Registered: July 2009
Junior Member
Michael Pellaton wrote:

>
https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_De veloper-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef= jdk-6u13-oth-JPR@CDS-CDS_Developer


Thank you very much!
Re: Can't hit certain breakpoints. [message #412468 is a reply to message #261315] Thu, 30 July 2009 09:05 Go to previous message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
Shaggs wrote:
> Reading further down I see that it may be related to JDK 1.6.0_14.
Right. Workaround is to use

-XX:+UseParallelGC

Dani

> Unfortunately I cannot find a download to install JDK 1.6.0_13, any
> hints on that?
> Thanks.
>
Previous Topic:Can I change/affect the Java proposal order
Next Topic:Ecliple copying plugins into project directory
Goto Forum:
  


Current Time: Fri Aug 23 13:11:51 GMT 2024

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

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

Back to the top