- This topic has 3 replies, 3 voices, and was last updated 19 years, 3 months ago by Scott Anderson.
-
AuthorPosts
-
sbeitzelMemberIn the MyEclipse perspective, if I right-click on the line gutter to toggle a breakpoint in a Java source file, the indicator does not show up.
If I then switch to the Debug perspective, I still don’t see the breakpoint decoration. If, in the Debug perspective I use the hotkey (Ctl-Shift-B) I can toggle the breakpoint on and off and the decorator shows up fine.
I’m not sure if this is a MyEclipse bug or an Eclipse bug, but it’s certainly annoying.
Riyad KallaMemberCan you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.
sbeitzelMemberWhat operating system and version are you running?
Windows XP 2002 Service Pack 2What Eclipse version and build id are you using? (Help > About Eclipse Platform)
Version: 3.1.0
Build id: I20050627-1435– Was Eclipse freshly installed for MyEclipse?
Yes.– Are any other external plugins installed?
Yes. com.perforce.p4wsad version 2004.2.3122– How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.*
[sbeitzel@LG01-SBEITZEL /cygdrive/c/Program Files/Eclipse_3.1/eclipse/plugins] $ ls | grep org\.eclipse\.pde\. | wc -l 8
What MyEclipse version are you using? (Help > About Eclipse Platform > Features)
Version: 3.9.210
Build id: 20050627-4.0-Milestone-2What JDK version are you using to run Eclipse? (java -version)
java version “1.5.0”
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-b64)
Java HotSpot(TM) Client VM (build 1.5.0-b64, mixed mode)What JDK version are you using to launch your application server?
java version “1.5.0”
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-b64)
Java HotSpot(TM) Client VM (build 1.5.0-b64, mixed mode)What application server are you using?
Tomcat 4.1.24Are there any exceptions in the Eclipse log file? (<workspace>/.metadata/.log)
Loads. None of them, however, are correlated in time with attempting to toggle a breakpoint.
Scott AndersonParticipantThat is weird. Does double-clicking work correctly? BTW, it should be independent of which perspective you’re in since this is an editor behavior. I’ve tried to replicate the issue with the same build but can’t. In the past, I’ve had problems with “phantom breakpoints” that I cleared up by selecting all of them in the Breakpoints view and deleting them. You also might try restarting Eclipse with -clean (eclipse.exe -clean) one time to rebuild the plugin cache to see if that helps.
-
AuthorPosts