Shortcut to stop execution of program in netbeans

后端 未结 2 1501
粉色の甜心
粉色の甜心 2021-02-02 11:02

I am using netbeans to code java and i was wondering if there is an option to have a program stopped by pressing a shortcut. I can press F6 to execute program, but I

相关标签:
2条回答
  • 2021-02-02 11:20

    In Mac: shift+fn+command+delete

    0 讨论(0)
  • 2021-02-02 11:38

    You can use Ctrl+Shift+DEL.

    It is defined in Tools > Options > Keymap as System > Cancel Process.

    0 讨论(0)
提交回复
热议问题