What operating system and version are you running?
Windows XP
What Eclipse version and build id are you using? (Help > About Eclipse Platform)
Eclipse 3.1.0 Build id: I20050627-1435
– Was Eclipse freshly installed for MyEclipse?
Yes
– If not, was it upgraded to its current version using the update manager?
– Are any other external plugins installed?
No
– How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.*
Four(4)
What MyEclipse version are you using? (Help > About Eclipse Platform > Features)
4.0.0 GA
What JDK version are you using to run Eclipse? (java -version)
JDK 1.4.2
What JDK version are you using to launch your application server?
JDK that comes with Websphere 5.1.1.2 with IBM JDK SR2 fix pack applied
What steps did you take that resulted in the issue?
Could not debug JSP source, but JSPs run fine.
What application server are you using?
Websphere 5.1.1.2 with IBM JDK fixpack SR2 applied
Are there any exceptions in the Eclipse log file? (<workspace>/.metadata/.log)
No
Problem
If I put a breakpoint in JSP, the execution does not stop at the breakpoint and it ignores it. But for Java classes the breakpoint works fine. It stops there and I can step into/over the code. I guess for JSPs the debugger is missing something. Thanks.