What is the shortcut in eclipse to terminate debugging/running? Looking under Preferences -> Keys says Ctrl + F2 but it doesn’t work.
What is the shortcut in eclipse to terminate debugging/running? Looking under Preferences -> Keys
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.