[eclipse] Eclipse doesn't stop at breakpoints

If cleaning and restart machine do not help, the reason may be the default debug port is used by another app. Changing to another value should work. In my case using IBM RAD:

  1. Open Administration Console
  2. Go to Server/Server Types/WebSphere application servers. Click link [server1] (the default name)
  3. Open Java and Process Management/Process definition
  4. Open Java Virtual Machine
  5. At [Debug arguments], change port number 7777 to the new one
  6. Save and restart Server. Done!