「Preferences」→「Build, Execution, Deployment」→「Build Tools」→「Gradle」 Change the "Build and run" setting from "Gradle" to "IntelliJ".
I'm using IntelliJ IDEA, but I'm not so used to Java development. Even if I set a breakpoint and execute it for debugging, it doesn't stop at all. I checked it.
As mentioned in the above summary, it can not be attached to the process as it is unless it is executed from IntelliJ. Execution does not stop. This time it was Gradle, but it seems to be the same with Maven. (I searched and found an article on Maven)
Recommended Posts