JetBrains/attachme

Attachme server ignores client address and tries to connect to "localhost" regardless

uriariel opened this issue · 4 comments

Attachme server ignores client address and tries to connect to "localhost" regardless.

Hey @uriariel. I'd like to ask how the debugee process will notify intellij in the first place?

My initial approach was to use port forwarding for that kind of scenario, because it's not realistic to run an IDE in a publicly accessible network.

in the conf.sh file, one can configure the attachme client to work with remote attachme server using the AM_HOST and AM_PORT variables