Reputation: 4165
When I used to click Run
or Debug
in IntelliJ, it used to restart the running process but, now it spins up a new one. How can I change that?
Upvotes: 1
Views: 56
Reputation: 401945
Make sure Allow parallel run option is disabled in the Run/Debug configuration.
Upvotes: 1