Eclipse - debug step is not synchronise with source code.
Hi,
I have an web application witch run on tomcat, when Idebug the application, the debug steps are not synchronize with the source code. Same thing when I change the code , after making the jar file and putting it in the WEB-INF/lib of the web application, the modifications didn't take place. It seem that the old code always remains. I looked at the compile class in the jar file and the modifications have been taken in to account.
what can cause this kind of behavior ? I relaunch tomcat many times without succes ?
any help ? thanks a lot.

