• 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 debugging, Source Not Found

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is driving me mad.

I've been using Eclipse for a few years now, and I know about specifying the source lookup path. So the yesterday I'm sat there happily debugging away, breakpoints single stepping super smashing great.

A problem comes up on the test JBoss server, so I simply set up a remote debug session in Eclipse, could see the problem, stopped the remote debug, returned to what I was doing locally.

Now although it stops at the break points no matter what I do it will not display the source. I've cleaned, I've deleted working files, I've restarted, I've checked everything, but it will not display the source.

I'm using Indigo by the way.


Tom
 
reply
    Bookmark Topic Watch Topic
  • New Topic