I’m working with MyEclipse and a colleague of mine is migrating a project from RAD (Rational Application Developer, IBM) to MyEclipse for testing the new development environment (RAD still lacks support for Java 5.0)
We noticed a very strange problem: deploying the app, no problem. running the app, no problem. when he added to a class some lines with just System.ou.println(“blahblah”); this lines weren’t printed and skipped while debugging that method. very strange.
and we tried everything that i know of: cleaning project, rebuilding project (both automatically and manual), removing deployment, deploy project, shutting down tomcat, restarting tomcat, combinations of all. ultimately shutting down MyEclipse and restarting it. but no avance, still in debug mode the added lines were skipped and no output was generated.
so it seems these classes are cached and the cache isn’t refreshed properly.
Please help to solve this issue