- This topic has 1 reply, 2 voices, and was last updated 18 years, 6 months ago by Riyad Kalla.
-
AuthorPosts
-
toryMemberI seached the “MyEclipse Forum Index » MyEclipse IDE » Bugs” area for reference to this issue and didn’t find one, so I will start a new topic.
When debugging in myEclipse, if I uncheck (turn off) breakpoints that I have set in JSPs (under the breakpoints view in debug perspective), the breakpoints are being turned back on automatically when I re-start the web server.
Here is what I noticed is happening:
1) I set breakpoints in several different JSPs.
2) I make sure the breakpoints are turned off (but still in the code).
3) I use the server GUI to stop the server, server stops and breakpoints are unaffected.
4) I use the server GUI to start the server, server starts and breakpoints in the JSPs (.java files are unaffected) are turned back on automatically.Again, it is only the breakpoints in the JSPs that affected, the breakpoints in the .java files remain as they were originally.
I looked under the Run/Debug preferences, but didn’t see a setting for this. If I overlooked something, let me know. Overall, myEclipse is an awesome product!
Here is my system information:
*** Date: Fri May 05 09:54:54 CDT 2006*** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.4.2_03*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 4.1.0 GA
Build id: 20060122-4.1-GA*** Eclipse details:
Eclipse SDKVersion: 3.1.1
Build id: M20050929-0840Eclipse Platform
Version: 3.1.1
Build id: M20050929-0840Eclipse RCP
Version: 3.1.1
Build id: M20050929-0840Eclipse Java Development Tools
Version: 3.1.1
Build id: M20050929-0840Eclipse Plug-in Development Environment
Version: 3.1.1
Build id: M20050929-0840Eclipse Project SDK
Version: 3.1.1
Build id: M20050929-0840Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\Program Files\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
ac8_c0
-vm
C:\oracle\ora9i\jre\1.4.2\bin\javaw.exe
Riyad KallaMemberThis is a bug I believe, I see exactly the behavior you are describing on my end, I’ll file it ASAP.
-
AuthorPosts