enter image description here enter image description here
How do I remote debug a java application using IntelliJ 12.1.14 ? There is no Remote option in the Run/Debug Configurations in IntelliJ 12.1.4 like IntelliJ 9.0.
3 Answers 3
run -> edit configurations -> defaults -> remote
choose host and port
3 Comments
I had same problem. Remote debugging option disappeared and previously configured remote debug configs were showing as unknown.
File --> Invalidate Caches ... did the trick. Now remote option and remote configs are back, after restart. (I am on ver:12.1.6)
Comments
Updating IntelliJ version is a workaround to get back the Remote option in the Run/Debug Configurations.