On Wed, Oct 31, 2001 at 13:37:05 -0500, [EMAIL PROTECTED] wrote:
>       I have installed DDD, and it looks neet, however when I am stepping
> thru a simple program it fails on an ifstreem.

That's not a very clear description of your problem.

I guess you're trying to step into a function call to a library function and
that your executable has not been built against a debugging version of that
library. If that's the case, you should use "Next" to treat such a call as
one instruction rather than do "Step" and get "source not found" errors.

> Is there an option that I missed to tell DDD not to fail when opening
> input files?

DDD does not fail. Just use "Finish" when you've stepped into a function for
which you don't have the source and you'll end up outside of the function
call.

> Or is there a better graphical front end?

Not that I'm aware of. There's "xxgdb", but that does not add much to gdb in
my opinion. In unstable, ther are "gvd" and "kdbg" which I haven't used yet.
DDD is very useful, but like every program, you need to invest time to learn
how to use it.

HTH,
Ray
-- 
"Text processing doesn't matter."  Fortran.
        Larry Wall on common fallacies of language design

Reply via email to