Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » missing debug info for libraries
missing debug info for libraries [message #733877] Wed, 05 October 2011 16:29 Go to next message
Eclipse UserFriend
hi,

when I start my program from the Eclipse IDE in the debug mode, the console fills with a lot of messages in red text like
Missing separate debuginfo for /lib/libdbus-1.so.3
Try: zypper install -C "debuginfo(build-id)=c251fd0c067dba3f82cd8358a32fed947091265d"
... many, many more

The debugging of my program works inspite of these messages. But because there are so many messages, it takes a lot of time until the debugger reaches my program code.

Is it possible to suppress the search for the "separate debug info" to speed up debugging?

Niko
Re: missing debug info for libraries [message #733964 is a reply to message #733877] Thu, 06 October 2011 03:04 Go to previous messageGo to next message
Eclipse UserFriend
In your Debug Launch Configuration go to tab "Debugger" and then click Shared Libraries. Uncheck "Load shared library symbols automatically".
solved: Re: missing debug info for libraries [message #734478 is a reply to message #733964] Fri, 07 October 2011 18:59 Go to previous message
Eclipse UserFriend
Thank you very much.
Now debugging starts much faster.

When I changed to Helios I had some trouble which could be solved all with your tips.
Thank you Smile

[Updated on: Fri, 07 October 2011 18:59] by Moderator

Previous Topic:OSX Hello World
Next Topic:Where to find "Change Variable Value" option
Goto Forum:
  


Current Time: Fri Jul 18 16:40:05 EDT 2025

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

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

Back to the top