Hello guys, have some troubles here…
We are trying to apply some NXP dev. boards to our hardware remote access service (all-hw.com), we already made it for lot of STM boards and now start with NXP, and face some strange MCUExpresso IDE behavior in terms of remote debugging.
Testing environment:
- Server (Windows 10 PC) with running SEGGER J-Link GDB Server V6.96 :

- Client also Windows 10 PC with MCUXpresso IDE v11.3.0 [Build 5222] [2021-01-11]
SDK for I.MX RT 1052 Processors
Build the project(could be any example), and configure the debug is:

Trying that gives us an error - “localhost2331: No connection…”

and that’s strange because we are expecting something like “target-select remote” but not «localhost», so it looks like IDE doesn’t try to connect to the remote at all
To check overall connectivity we tried the direct connection to the debug server via telnet:

And it worked, so question is – how to make that happens from the IDE
Would be really happy to get some opinions here!