• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Sowbakia Nagaraj
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
First, you drop a couch from the plane, THEN you surf it. Here, take this tiny ad with you:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic