dead programmer
dead programmer

Reputation: 4365

No restart button for running application in intellij

I have run ,debug ,run with coverage and stop. But there is no button to restart my application.

intellij : 2020.1

Upvotes: 1

Views: 529

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 401945

Run button changes to rerun if the app is still running. Screenshots from IntelliJ IDEA 2020.1 in Debug and Run mode. You can see this button in Run and Debug tool windows as well as in the toolbar on the right of the run configuration name:

1

2

3

You can also use the keyboard shortcut (Ctrl+F5).

If it doesn't work for you, please provide the Minimal, Complete, and Verifiable example.

Upvotes: 1

Related Questions