TCP connection ignored on C/C++ Remoted Debugging #370
Unanswered
mmoschetti
asked this question in
Q&A
Replies: 2 comments 2 replies
-
@mmoschetti can you attach the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for your reply. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a C/C++ Remote Debugging configuration (Manual) with Debbugger set to use a TCP connection, but when I start it I receive this error:
"Failed to execute MI command:
-target-select remote /dev/ttyS0
Error message from debugger back end:
/dev/ttyS0: No such file or directory.
Failed to execute MI command:
-target-select remote /dev/ttyS0
Error message from debugger back end:
/dev/ttyS0: No such file or directory.
/dev/ttyS0: No such file or directory."
It was working correctly before updating Eclipse Photon (June 2018) with 2023.03.
Starting the new Eclipse with the same workspace all seems correctly configured.
If I open "Debug Configurations..." -> "Debugger" -> "Connection" I see that "Type" is properly configured to use "TCP". IP address and port are correctly configured but the configuration is ignored.
If I switch to "Serial" and I change the "Device" field to a different one the error reflects the change: "Failed to execute MI command:
-target-select remote /dev/ttyS1" (also when set to "TCP")
Can anyone help me?
Beta Was this translation helpful? Give feedback.
All reactions