Remote debugging on STM32Cube IDE
Hello,
I have a Nucleo L476RG development board which I would like to remotely debug from a local PC which is running windows 11.
I have connected the nucleo board to a linux machine (Ubuntu) and have started the ST-LINK_gdbserver application from /opt/st/stm32cubeide_1.7.0/plugins/com.st.stm32cube.ide.mcu.externaltools.stlink-gdb-server.linux64_2.0.0.202105311346/tools/bin/
After I run the application the terminal window shows the following information.
The stm32Cube IDE is running on the local pc(windows) which is connected to the network. The debug configurations is configured as follows
When I try to debug the application the following screens appear

Can you help me to solve this issue or can you provide me with a solution for remotely debuging the application from another PC on the local network?
