Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Problem: "Failed to execute MI command"(Problem for debugging remotely)
Problem: "Failed to execute MI command" [message #1768903] Mon, 24 July 2017 18:43 Go to next message
samira af is currently offline samira afFriend
Messages: 8
Registered: January 2016
Junior Member
Hi all

I am using docker image, and I connect from my local Linux to the docker image instance by using the option "connect to server" in nautilus and after that, it is possible to open c++ project to eclipse normally (file->new->c++ project). When I look in the properties of project, I can see the following address: "/run/user/1000/gvfs/sftp:host=172.17.0.2,user=ns3/home/ns3/mptcp-0.89/mptcp/arch/sim/test/buildtop/source/new/software/sctp/sctp/src"

I whish to debug the program, I went to "debug configurations" and in "main", i use the following address for c/c++ application: "/run/user/1000/gvfs/sftp:host=172.17.0.2,user=ns3/home/ns3/mptcp-0.89/mptcp/arch/sim/test/buildtop/source/ns-3-dce/build/bin_dce/SCTPR"
and also i set some arguments for it. When i debug it i will receive the following error:

"Error in final launch sequence
Failed to execute MI command:
-environment-cd /run/user/1000/gvfs/sftp::host=172.17.0.2,user=ns3/home/ns3/mptcp-0.89/mptcp/arch/sim/test/buildtop/source/new/software/sctp/sctp/src
Error message from debugger back end:
/run/user/1000/gvfs/sftp::host=172.17.0.2,user=ns3/home/ns3/mptcp-0.89/mptcp/arch/sim/test/buildtop/source/new/software/sctp/sctp/src: No such file or directory.
/run/user/1000/gvfs/sftp::host=172.17.0.2,user=ns3/home/ns3/mptcp-0.89/mptcp/arch/sim/test/buildtop/source/new/software/sctp/sctp/src: No such file or directory."

Could you please guide me what is the problem? Thanks in advance
Re: Problem: "Failed to execute MI command" [message #1768958 is a reply to message #1768903] Tue, 25 July 2017 08:20 Go to previous message
Jonah Graham is currently offline Jonah GrahamFriend
Messages: 416
Registered: June 2014
Senior Member
Hi, I find your use case intriguing. There is active work at the moment on getting docker contained toolchains to work well with Eclipse. Please follow bug 513589
Previous Topic:unable to start correctly
Next Topic:Error message on build...
Goto Forum:
  


Current Time: Thu Apr 18 23:27:22 GMT 2024

Powered by FUDForum. Page generated in 0.01729 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top