Idea debug restarts the pop-up window asking whether to shut down the running server

Table of contents

When idea restarts the server, there will be a prompt window asking whether to close the running server. If you accidentally click on this window, you will no longer be prompted. How to reopen the pop-up window?

method 1

idea editor==The pop-up window cannot continue to pop up due to the option of not prompting again being checked: solution
1. There is no prompt when opening the project: set here: file- >setting->Appearance & Behavior -> System Setting
2. No prompt when starting the service: Run->Edit Configurations->Run/Debug Configurations Settings
Insert image description here

21 version of IDEA

For version 21 of IDEA, you can find Cfirm rerun with process termination under Settings - Advancer Settings. Just check this box.

Insert image description here

Click restart again to appear
Insert image description here

Guess you like

Origin blog.csdn.net/csl12919/article/details/133437604