Remote Debugger port requirements

Hi all,

Aside from passing the assigned port through the user’s firewall to their machine, is there anything else required on our end? I’m trying to debug an issue that is showing up on one specific machine, but the receiving end keeps reporting that the app can’t connect to the IDE.

And you have all the required ports open bidirectionally for TCP and UDP on both the client machine and the IDE machine ?
The machine running the IDE needs to have 44553 and 13897 open

So, that means that MY end’s firewall also has to forward 13897 to my system, right?

I’d make sure both are open and forwarded to the matching port on your machine JUST to be safe since the IDE will be listening on at least one of them for the incoming connection from the remote app