Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 12:28 Go to next message
David Lucena is currently offline David LucenaFriend
Messages: 74
Registered: August 2009
Member
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 12:38 Go to previous messageGo to next message
Diego Madruga Sandin is currently offline Diego Madruga SandinFriend
Messages: 116
Registered: July 2009
Senior Member
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 12:51 Go to previous messageGo to next message
David Lucena is currently offline David LucenaFriend
Messages: 74
Registered: August 2009
Member
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 12:53]

Report message to a moderator

Re: Breakpoints ignored in "dollared" classes [message #482893 is a reply to message #482883] Fri, 28 August 2009 13:31 Go to previous message
Diego Madruga Sandin is currently offline Diego Madruga SandinFriend
Messages: 116
Registered: July 2009
Senior Member
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 19 06:16:06 GMT 2024

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

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

Back to the top