cornercorner
FeaturesPluginsDocs & SupportCommunityPartners

Bug 175827 - [68cat] Can't set Breakpoint
: [68cat] Can't set Breakpoint
Status: RESOLVED WORKSFORME
: debugger
Code
: 6.8
: PC Windows XP
: P2 (vote)
: 6.8
Assigned To:
:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2009-10-30 23:28 by
Modified: 2009-11-09 12:47 (History)
Issue Type: DEFECT
:


Attachments
Debugger session (164.80 KB, image/png)
2009-10-30 23:30, ulfzibis
Details


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2009-10-30 23:28:55
[ BUILD # : 200910230201 ]
[ JDK VERSION : 1.6.* ]

Source is in platform's source tab, but I can't set breakpoint.
See attachment...

Project checkout:
https://java-nio-charset-enhanced.dev.java.net/source/browse/java-nio-charset-enhanced/branches/j7_EUC_TW/?rev=813
------- Comment #1 From 2009-10-30 23:30:17 -------
Created an attachment (id=90351) [details]
Debugger session
------- Comment #2 From 2009-11-04 10:59:55 -------
Well, it works fine for me. I can set breakpoints without problems in this file
and execution stops on them.

Do you use the same settings that are attached to issue #175867? If yes,
there's probably a typo in the source path.
From the screenshot it's apparent that file is at:
.../fastdebug/jdk_src/share/...
but your settings have a source root pointing to:
C:/Programme/Java/jdk1.7.0/fastdebug/src-jdk/share/classes/

Please note "jdk_src" versus "jdk-src".
------- Comment #3 From 2009-11-09 12:47:26 -------
Yes, you are right. There is a typo.
Sorry for your time investigating in that.
But wondering that there was no unresolved link warning on startup of IDE.