How to stop a program running under Eclipse?

前端 未结 9 1188
梦毁少年i
梦毁少年i 2020-12-23 02:55

I can\'t find an option to stop a running program (whether in debug or release mode).

So for now, I stop the program (returning control to Eclipse) simply by closing

9条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-23 03:14

    In the "Debug" perspective, select the root of the application under "Debug" (where the listing of active threads is) and click the stop button.

提交回复
热议问题