kgui
kgui

Reputation: 4165

Restart run or debug mode when clicking on the button again

When I used to click Run or Debugin 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

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 401945

Make sure Allow parallel run option is disabled in the Run/Debug configuration.

Upvotes: 1

Related Questions