sunny
sunny

Reputation: 1945

IntelliJ Idea: remote debug option is missing

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?

Upvotes: 3

Views: 3941

Answers (2)

wakjah
wakjah

Reputation: 4551

For me, the remote option was missing completely from the list of default configuration types, so I could not add a remote configuration.

The fix was simple: restart IDEA.

Upvotes: 0

CrazyCoder
CrazyCoder

Reputation: 402543

Make sure you create the configuration of Remote type:

remote

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

Upvotes: 9

Related Questions