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 line, etc. )
Anyone have any idea? thanks.
I know this is late and already answered but I ran into the same issue debugging an android project. The accepted answer did not fix my problem even after many IDE restarts. My fix was to go into the Preferences and under General -> Keys. Then order list by key and look for F5-F8 "Debug Step Into, Over, Return and Run". I highlighted each one and clicked "Restore Command", then restarted Eclipse... this seemed to work for me.