Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 Eclim 中编码,但有一个问题困扰着我。有时我的代码中有一个永无止境的循环错误。如果我编译然后运行,那么 Eclim 会崩溃。我尝试在 Vim 中使用 Ctrl-c 命令来中断进程,但它不起作用。我不得不杀了埃克莱姆。
有什么解决方案可以解决这个问题,还是我在 Eclim 中的设置有问题?
作为后台执行进程,就像:!javac <args> <file> &
:!javac <args> <file> &