Skip to main content



      Home
Home » Archived » DSDP - Mobile Tools for Java (MTJ) » Breakpoints ignored in "dollared" classes
Breakpoints ignored in "dollared" classes [message #482873] Fri, 28 August 2009 08:28 Go to next message
Eclipse UserFriend
Hi, I am on a project that need to debug. I have several breakpoints and they work fine, but some of them are just ignored. I have been looking if I could find any difference between a breakpoint and another.

I have found that the breakpoint that works, the specified class is this kind, as an example:

pkg1.pkg2.classA


but the breakpoints ignored are of this kind:

pkg1.pkg3.classB$classB


That is, the classes with $ seem to fail.

Anyone has had this same problem? Is there anything I can do?

Thank you.


David Lucena.
Re: Breakpoints ignored in "dollared" classes [message #482878 is a reply to message #482873] Fri, 28 August 2009 08:38 Go to previous messageGo to next message
Eclipse UserFriend
Hi

If you are using jdk 1.6.0_14 or 1.6.0_15:

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6862295

I suggest to update to http://java.sun.com/javase/6/webnotes/6u16.html
Re: Breakpoints ignored in "dollared" classes [message #482883 is a reply to message #482878] Fri, 28 August 2009 08:51 Go to previous messageGo to next message
Eclipse UserFriend
I also read some people had problems with some previous releases, but mine is already 16.

C:\Documents and Settings\USER>java -version
java version "1.6.0_16"
Java(TM) SE Runtime Environment (build 1.6.0_16-b01)
Java HotSpot(TM) Client VM (build 14.2-b01, mixed mode, sharing)

[Updated on: Fri, 28 August 2009 08:53] by Moderator

Re: Breakpoints ignored in "dollared" classes [message #482893 is a reply to message #482883] Fri, 28 August 2009 09:31 Go to previous message
Eclipse UserFriend
I guess this is a JDT error.

[fiximprove][debug]: Cannot debug static variables when running debugger
Previous Topic:MTJ 1.0.1 RC1 Available
Next Topic:Breakpoints ignored in "dollared" classes
Goto Forum:
  


Current Time: Tue Mar 25 19:15:23 EDT 2025

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

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

Back to the top