Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Can't debug c++ code using Eclipse on Windows 7(Can't debug c++ code using Eclipse on Windows 7)
Can't debug c++ code using Eclipse on Windows 7 [message #723577] Thu, 08 September 2011 17:05 Go to next message
Eclipse UserFriend
I've followed the instructions found here:
www_eclipse_org/sequoyah/documentation/native_debug.php

But when I try to start the debug from Eclipse, I get the following:
(no debugging symbols found)
(no debugging symbols found)
auto-solib-add on
Undefined command: "auto-solib-add". Try "help".
localhost:5039: No connection could be made because the target machine actively refused it.
Re: Can't debug c++ code using Eclipse on Windows 7 [message #724431 is a reply to message #723577] Mon, 12 September 2011 06:58 Go to previous message
Eclipse UserFriend
Never used Sequoyah Native Debug but maybe some info on the errors will help you
No debugging symbols found means that the executable you are trying to debug was compiled without them. Its -g option with gcc.
Undefined command "auto-solib-add". That command should be given as "set auto-solib-add on".

Maybe someone who used Sequoyah can give you more help.
Previous Topic:How change Workbench colors
Next Topic:Eclipse hangs on startup
Goto Forum:
  


Current Time: Sat Jul 12 03:27:53 EDT 2025

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

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

Back to the top