RoboWare icon indicating copy to clipboard operation
RoboWare copied to clipboard

Failed to load MI Debugger

Open roboticsai opened this issue 6 years ago • 6 comments

  • VSCode Version: RoboWare Studio 1.1.0 (9a9971530fa5b18a24ec3b1b6215edd868669033, 2017-12-27T00:37:19.062Z)
  • OS Version: Linux x64 4.13.0-37-generic
  • Extensions: none

Failed to load MI Debugger: "/home/robot/orocos_gazebo_ws/.vscode/tasks.json": not in executable format: File format not recognized (from file-exec-and-symbols "/home/robot/orocos_gazebo_ws/.vscode/tasks.json")

Steps to Reproduce:

1.create new ros workspace 2.clone https://github.com/jhu-lcsr/rtt_gazebo.git into workspace 3. run release isolated then debug isolate.

roboticsai avatar Mar 20 '18 11:03 roboticsai

Same here for .cpp file. Are there any possible reasons, fix, workarounds?

danneboom avatar May 13 '18 13:05 danneboom

Same.Have u found a solution for the problem?

Failed to load MI Debugger: "/home/jcl/TX/src/xrobot_base/launch/xrobot_odom_encoder.launch": not in executable format: File format not recognized (from file-exec-and-symbols "/home/jcl/TX/src/xrobot_base/launch/xrobot_odom_encoder.launch")

paper2Fox avatar Feb 28 '19 01:02 paper2Fox

Same.Have u found a solution for the problem?

Failed to load MI Debugger: "/home/jcl/TX/src/xrobot_base/launch/xrobot_odom_encoder.launch": not in executable format: File format not recognized (from file-exec-and-symbols "/home/jcl/TX/src/xrobot_base/launch/xrobot_odom_encoder.launch")

hello, I also have this problem, had you solved it?

shanpenghui avatar Apr 02 '19 03:04 shanpenghui

Not a solution, but I now use qtcreator with ros plugin instead.

shanpenghui [email protected] schrieb am Di., 2. Apr. 2019 05:38:

Same.Have u found a solution for the problem?

Failed to load MI Debugger: "/home/jcl/TX/src/xrobot_base/launch/xrobot_odom_encoder.launch": not in executable format: File format not recognized (from file-exec-and-symbols "/home/jcl/TX/src/xrobot_base/launch/xrobot_odom_encoder.launch")

hello, I also have this problem, had you solved it?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/TonyRobotics/RoboWare/issues/54#issuecomment-478831899, or mute the thread https://github.com/notifications/unsubscribe-auth/ATx8d6CtEIkjPjv5YLBW8EqsWy41bQp_ks5vctDHgaJpZM4SxwIc .

danneboom avatar Apr 02 '19 16:04 danneboom

Same.Have u found a solution for the problem?

Failed to load MI Debugger: "/home/jcl/TX/src/xrobot_base/launch/xrobot_odom_encoder.launch": not in executable format: File format not recognized (from file-exec-and-symbols "/home/jcl/TX/src/xrobot_base/launch/xrobot_odom_encoder.launch")

hello, I also have this problem, had you solved it?

No,can't find a solution.I use clion as a instead

paper2Fox avatar Apr 18 '19 02:04 paper2Fox

Here may be a solution. You should add a breakpoint in a source file(.cpp), but you should invoke debug for a node.
Look at your source manager(资源管理器) and select the node file and then debug. I am a newbie to ros and I am not sure this way can solve all questions.

Nronaldo avatar May 15 '20 04:05 Nronaldo