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.
Any help would be much appreciated.
Jeff
Frank Brouwer - 13 Sep 2004 21:29 GMT
Hi,
Look under Project ==> properties ==> tab source, it seems to point to a
wrong location. Any way it's the place to put in your project specific
source, libs and other stuff.
Regards,
Frank.
> I created my first project - Login - and could debug fine.
>
[quoted text clipped - 13 lines]
>
> Jeff