What is the short cut in eclipse to terminate debugging/running? Looking under Preferences->Keys says Ctrl+F2 but it doesn't work.
+1
A:
As said here, you can add/enable the Debug command group to any perspective using
Window / Customize Perspective > Commands
.
(Select the 'Debug' group)
Then open the Debug view in the Java perspective (as a Fast view perhaps) and you should get your Terminate keybinding.
I suppose it was not working because you tried it in a non-debug session.
VonC
2008-11-26 15:41:51
doesn't work for me
cretzel
2008-12-01 17:44:39