Is there a way to create a single run/debug configuration so that when you create a new class, it recognizes it automatically without always having to create a new configuration for every single class that I want to run or debug? Something like TextPad, if this sounds more clear.
Asked
Active
Viewed 397 times
0
-
Here is the answer: https://www.jetbrains.com/idea/webhelp/temporary-and-permanent-run-debug-configurations.html – Coder Feb 26 '14 at 15:29
1 Answers
1
Just ask Idea to execute your class: Ctrl+Shift+F10.
Idea will then create a temporary run config for your class and will execute it.

ngandriau
- 340
- 2
- 10