0

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.

3ventic
  • 1,023
  • 1
  • 20
  • 32
Coder
  • 83
  • 2
  • 10
  • 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 Answers1

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