• 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

Eclipse debug setting

 
Sheriff
Posts: 5782
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am running Eclipse 2.0 with WebLogic 7.0 and JDK 1.3
The source is in source folder and eclipse compile output directory is set to source\bin. Whereas ant buildscripts are writing compiled class files to another directory from where even builds are made.
I am able to start the debugger from eclipse but the thread will not stop at breakpoints which makes me think, it is unable to relate the class files to source file locations.
Any idea how this can be solved?
Thanks a bunch!
-Ajith
 
Ajith Kallambella
Sheriff
Posts: 5782
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok, problem solved. I had to just add the ant build directory( where classfiles are dumped) to eclipse classpath.
 
reply
    Bookmark Topic Watch Topic
  • New Topic