I have been using Eclipse forever, but only today I upgraded to Indigo.
- Using Eclipse Indigo on Mac 10.6 *
Files won't update after editing them and saving them. If I add blank lines and then save, then if I start debugging, the debugger will go through the lines that were there before, but now those lines are empty and the actual lines that the debugger is executing are a couple of lines below (due to the added blank lines). Debugger executes blank lines??!! Same thing if I change the code. If the file says X=5, and I change X=6, then debug, X will still be 5 ????!!!! Am I missing some editor caching option or smth ????
Things I have tried: 1. clean all projects, rebuild all projects 2. Delete projects, re-add them 3. delete files, write them from scratch 4. all auto-build and auto-refresh options are on 5. tried to change the workspace, the bug presists 6. tried to play around with the -xms128M and -Xmx786M option in the .ini file 7. tried restarting Eclipse and restarting computer