Reputation: 4163
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: 60
Reputation: 402543
Make sure Allow parallel run option is disabled in the Run/Debug configuration.
Upvotes: 1