1
General Board / Re: Problem with breakpoints while debugging Java
« on: March 01, 2007, 03:54:40 am »
Hi,
I solved this problem but have now another one.
The problem was that I forgot to put the root packages of the source files into the classpath of the debugged VM!
Now I was able to connect and to run into breakpoints.
The remaining problem I have now is that this works only for some breakpoints even in the same class, although all stuff is uptodate. The application runs into that BPs and got stuck as expected, but EA does not!!! It stays was if waiting for stepping into a BP. If I stop debugging the application continues working.
Can anybody help?
I solved this problem but have now another one.
The problem was that I forgot to put the root packages of the source files into the classpath of the debugged VM!
Now I was able to connect and to run into breakpoints.
The remaining problem I have now is that this works only for some breakpoints even in the same class, although all stuff is uptodate. The application runs into that BPs and got stuck as expected, but EA does not!!! It stays was if waiting for stepping into a BP. If I stop debugging the application continues working.
Can anybody help?