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でコーディングしたいのですが、問題が1つあります。コードに無限ループのバグがある場合があります。コンパイルしてから実行すると、Eclimがクラッシュします。VimでCtrl-cコマンドを実行してプロセスを中断しようとしましたが、機能しませんでした。私はエクリムを殺さなければなりませんでした。
この問題を解決するための解決策はありますか、それともEclimの設定に問題がありますか?
ちょうどのように、バックグラウンドとしてプロセスを実行します:!javac <args> <file> &
:!javac <args> <file> &