How to remote debugging in intellij 12.1.4?

enter image description hereenter image description here

How to remotely debug a Java application using IntelliJ 12.1.14? In Run / Debug configurations in IntelliJ 12.1.4 there is no Remote option like IntelliJ 9.0.

+3
source share
3 answers
run -> edit configurations -> defaults -> remote

select host and port

+4
source

I had the same problem. The remote debugging option disappeared, and previously configured remote debugging configurations were displayed as unknown.
File -> Invalidate Caches ... did the trick. Now the remote option and remote configs are returned after a reboot. (I believe: 12.1.6)

+1
source

Upgrading IntelliJ is a workaround to return the Remote option in Run / Debug configurations.

0
source

Source: https://habr.com/ru/post/1625724/


All Articles