Hi !!
I have some problems with debugging.
When I try to compile my TestMail.java class (with -g option),
everything is ok.
But when I enter debug mode, by using Jde->Debug App, the JDE says :
cd d:/Dev
jdb TestMail
Initializing jdb...
0xae:class(TestMail)
> running ...
Breakpoint set in TestMail.main
> run TestMail
main[1]
Stopped at line 11 in TestMail.java
main[1]
then the status bar displays this message :
"Error: could not find TestMail.java. See jde-db-source-directories."
My sourcepath is set to D:/Dev, and I added the line :
(setq jde-db-source-directories (list "d:/Dev"))
in my .emacs, but the problem is still there !
Any ideas ?
Alex