IntelliJ Idea: remote debug option is missing

intellij-idea, java, remote-debugging

Solution

Make sure you create the configuration of Remote type:

Try disabling third-party plug-ins if it doesn't help, they may break standard functionality.

Problem

I need to debug remote java code with IntelliJ Idea 10.5 (Ultimate Edition) When I create new debug configuration, host and port just don't appear there. How can I turn on remote debugging?

Original source