kms333
kms333

Reputation: 3257

Attach Eclipse to a remote process

In Intellij Idea it is possible to make it listen to a remote process doing the following :

Run -> Edit configurations -> Add new configuration -> Remote.

I was wondering if it is possible to do the same in Eclipse IDE ...

Upvotes: 3

Views: 10231

Answers (1)

kosa
kosa

Reputation: 66637

It is possible to attach remote debugging process here is process . You question is not sure on which case you want this in your application, but you may try this as starting point (if not for debugging purpose).

Upvotes: 4

Related Questions