What is the short cut in eclipse to terminate debugging/running?

后端 未结 9 629
说谎
说谎 2020-11-30 07:11

What is the shortcut in eclipse to terminate debugging/running? Looking under Preferences -> Keys says Ctrl + F2 but it doesn\'t work.

9条回答
  •  醉梦人生
    2020-11-30 07:59

    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.

提交回复
热议问题