This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes IDEs, Version Control and other tools and the fly likes while eclipse debugging how to point java files? now pointing only .class files. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "while eclipse debugging how to point java files? now pointing only .class files." Watch "while eclipse debugging how to point java files? now pointing only .class files." New topic
Author

while eclipse debugging how to point java files? now pointing only .class files.

Sowbakia Nagaraj
Greenhorn

Joined: Jan 04, 2005
Posts: 6
Hi Friends,

Could you please help for the following query..

I am using Eclipse 3.0 and weblogic8.1 with JDK14.
Whenever i am debugging in Eclipse it is always pointing to the .class files only
not the .java files Eventhough i specified the source as WEB-INF/src as java files in the Project-->Properties->JavaBuildPath->Source.
prasad kulkarni
Ranch Hand

Joined: Mar 19, 2006
Posts: 66
Are you able to see "Attach source" option on the .class file when the control goes on .class file while debugging. If so , click on that & then in a the pop-up window , point to the java source project. Eclipse will automatically detect the .java file & you can debug w/o any problem. You need to do this seting just once.


scjp, scwcd
Sowbakia Nagaraj
Greenhorn

Joined: Jan 04, 2005
Posts: 6
I am really sorry to say this...

Because i changed some thing in the project structure and i stopped the server and eclipse .If i starts again it will not connecting to .class files also..

Please help me
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: while eclipse debugging how to point java files? now pointing only .class files.
 
Similar Threads
Please Help! : weblogic.ejbc
Eclipse debugging & 3rd party src code
Please Help!! weblogic.ejbc
Buildpath problem with Eclipse
Source Not FOund in JSP.