|
From: Keith M. <kei...@us...> - 2010-11-12 13:44:13
|
On 12 November 2010 12:34, Hehl, Thomas <Tho...@ac...> wrote: [Please don't top-post. It makes it too difficult to preserve context] > Problem is that I'm not checked out on gdb. I have used it before many > years ago when I was a full-time C developer. I remember then not > using it very much. We subscribed to the philosophy that putting debug > statements in was a better solution. That's still a viable option; indeed, it's one I use predominantly. > I had found that there was a command set auto-solib-add on and figured > that was the problem, but what's giving this command to gdb and why is > it doing it wrong and how can I fix it? See. This is a perfect example of your IDE getting in your way[*]; it's doing something behind your back, which you don't understand; it's doing it wrong, and you don't know how to fix it. I don't know either; you'll have to ask the IDE gurus. [*] See previous discussion with Peter Rockett, in thread related primarily to CodeBlocks, but applicable to IDEs in general. -- Regards, Keith. |