Started a remote server with: gdbserver --multi :10000
Started copy&launch as defined in my launch.json and the only message I can see in the Terminal Output/BeyondDebug is:
-inferior-tty-set /dev/pts/2
Also the gdbserver does not give any log message about an incoming connection.
How can I figure out what is wrong?
Started a remote server with:
gdbserver --multi :10000Started copy&launch as defined in my launch.json and the only message I can see in the Terminal
Output/BeyondDebugis:-inferior-tty-set /dev/pts/2Also the gdbserver does not give any log message about an incoming connection.
How can I figure out what is wrong?