Rerunning a running process needs two activations.
已回答
So I have a running Spring application.
I click Shift+Option+F9 Debug run dialog pop-up. I select my run configuration and Expect it to run it again.
if I do the same thing again, it will rerun the processes.
How to configure it so that it will rerun the process with me not required to do the Shift+Option+f9 thing twice?
请先登录再写评论。
Use Run or Debug actions instead of the Run... and Debug... actions. The latter display the popup menu with the configurations.
Serge Baranov But why does the first do nothing with Debug... actions? What's happening there you know?
I have minimal UI so using Debug action doesn't allow me to see what i'm actually running. Thats why I'm using Debug... actions to see what profile I'm activating. So it's convenient to see the popup menu.
Can't reproduce in 2020.3.1 release. Debug... action does rerun automatically with the first invocation.
Okey. Problem was that I had long running processes that didn't get killed with single shutdown request. :/