Any idea why F6 wouldn't work?

10,613

Solution 1

  1. Try to bind the key (just to make sure the F6 key on your keyboard really works) but cancel

  2. Start Eclipse in a console with the options -debug -console -consoleLog Maybe you'll see an error message

  3. Try to update PyDev. PyDev had some problematic key bindings in the past which seem to be fixed in 2.4.

  4. Check the error log

Solution 2

I just had the same problem, and managed to find another way around.

Window > Preferences > General > Keys

Find your debug commands (step over, step into, etc... or just type their hotkeys), select the desired command and click 'Restore Command'.

Note: I'm using Eclipse Indigo on Fedora 17.

Share:
10,613
Uri
Author by

Uri

My private web site: http://london.org.il/ An old dog, X-Microsoft (Windows NT 3.5 to Windows Vista), very experience with C/C++, Windows Internals (kernel and user), x86/x64 assembler, and C#. Also know Python, JavaScript, Obj-C (iOS), and a few more.

Updated on August 23, 2022

Comments

  • Uri
    Uri over 1 year

    I've a fairly straight forward installation of eclipse. Started with Eclipse for Java EE development, I added the CDT and PyDev (I cannot recall whether F6 was working before adding these extensions).

    When debugging, I'm trying to hit the F6 key for step over, and no action takes places.

    F5 is working fine. Also, the step over button on the Debug view is working fine. Looking at Preferences -> General -> Keys, F6 is bound is 'Step Over' when Debugging as expected.

    Where can I start troubleshooting this issue?

    I'm on Windows, Indigo SR 2.

  • Uri
    Uri about 12 years
    Thank you Aaron. It is #1. It is system wide. I opened superuser.com/questions/418695/keyboard-f6-doesnt-seem-to-wo‌​rk on superuser.