Reputation: 1667
I have a run configuration that builds many maven projects, then it deploys to tomcat. When I am in debug mode, sometimes a maven project will fail to build.
I would want to restart the entire run configuration again in debug mode. However, the debug mode is greyed out. The only way to fix this is to restart Intellij.
Am I doing something wrong or could I do something that will enable the debug mode again?
Upvotes: 0
Views: 678
Reputation: 16120
To resolve this type of issue, I always run without debug mode and attach a remote
debugging session when I need it.
Upvotes: 1