During remote debugging in eclipse, the debugger is hitting commented codes and skipping actual codes. I tried cleaning and building the project, as suggested in the answer to another similar question on stackoverflow, but it didn't work.
Please suggest what is to be done to solve this.
Thanks in advance!
This happends because the code deployed on the machine you're debuging on is not the same as the source code you are using in your IDE to debug. If you rebuild and redeploy your application this is supposed to solve your issue