I\'m debugging my C++ project with eclipse Indigo cdt- and for some reason that F* keys stopped working when i\'m debugging . ( F8, F6, etc... that allow me to move to next
A workaround is to bypass the Eclipse feature to make the keys mode sensitive. You'll lose the ability to use the keys in some non-debug contexts, but at least they'll work for debugging.
Open the Keys preferences section (CTRL+SHIFT+L twice).
Click the Binding column header to set the sort order, and find the debugging keys (F5,F6,F7...).
For each key, change the When action value from Debugging to In Window. Alternatively, you may find there is something more specific than "In Window" that works for your environment.