Any idea why F6 wouldn't work?

eclipse, pydev

Solution

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

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

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

Check the error log

Problem

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.

Original source