简体   繁体   中英

How to stop a running program on PyDev

I am afraid that my question may be duplicate, but I could not find good answers for my question in stackoverflow.

I use PyDev under Eclipse. And I often run my programs by opening a Python Console ( Ctrl + Alt + Enter on the editor) for quick-and-easy debugging. The thing is I do not know how to stop the running program on the way. Ctrl + C , Ctrl + Z , or Ctrl + Break did not work. If I click [terminate] icon, the whole Console disappears, in which I do not want.

Is there any ways to stop the running program and go back to command line?

Thanks

Ctrl + Alt + F9应终止所有启动,这将为您完成工作。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM