Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ IDEA terminal exiting process command (control + c) doesn't work

When working with the built in terminal in IntelliJ IDEA 2016.2.3 on OSX El Capitan the process exiting command (control-c) doesn't work. It only writes c in the console and nothing happens.

like image 708
herrh Avatar asked Sep 08 '16 11:09

herrh


People also ask

How do I end a process in terminal in IntelliJ?

You can run a process with ⌃R (macOS), or Shift+F10 (Windows/Linux). To stop a process, you can use ⌘F2 on macOS, or Ctrl+F2 on Windows/Linux.

How do I stop a command in terminal?

Then we hit Ctrl+C to terminate the execution.

How do I turn off background process in IntelliJ?

Click the Stop button from the top bar. It will pop open a menu listing all processes. (The stop button at the side of the debug window is per-process, as in your screenshot.) Hover over the first process, hold Shift , and then click on the last process.

How do I stop a running test in IntelliJ?

Stop testsClick. or press Ctrl+F2 to terminate the process immediately. Click. to terminate the process gracefully, allowing shutdown hooks to run.


2 Answers

Keymapping works if one got a few dime of time in their hands. For me, just pressing "q" and hitting enter comes out of existing command in the terminal.

Note: you wont see anything that you may type, so just go with the flow!!!

like image 75
Bimal Gupta Avatar answered Oct 26 '22 03:10

Bimal Gupta


Problem solved automatically with installing a newer version of IntelliJ IDEA.

like image 21
herrh Avatar answered Oct 26 '22 04:10

herrh