• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Source not found for Bean.method() line 123

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I created my first project - Login - and could debug fine.

I then created a second project but when trying to debug, I got a
problem linking with the source. I could set the breakpoint and it
would stop at the correct breakpoint however it could not find the
source file. The debugger created a new window displaying "Source not found for TopUpValidatorForm.getCvc() line: 42" I finally discovered that if I put a copy of the source file under the original Login project, it did find the source.I'm sure there is a path somewhere pointing to Login instead of the
new project but I can not find it.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It sounds like you are using some kind of IDE, but you'll need to tell us which one it is, or we won't be able to point you in the right direction.

Since this seems to be an IDE issue, I'm moving the thread to the IDE forum, where you are likely to get an answer faster.
[ December 15, 2005: Message edited by: Ulf Dittmer ]
 
Kirtipur Itagol
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Ulf. By the way I forgot to inform you that i'm using Eclipse 3.1.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic