ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Starting ddd


From: apgaylard
Subject: Re: Starting ddd
Date: Tue, 17 Jun 2003 10:36:49 GMT

> I just installed ddd under Mandrake..
> When I start ddd, it is looking for init.c
> Where is that file? And how to I set ddd to find it?
> Helga

Hi Helga,

Have you tried "make check" in your build tree?

That will build a test executable, and start it in the
debugger.  You should then 

    break main
    run

in the command window (or use the mouse in the source window).
You can then step, continue, etc. as expected.

Does that work?

(init.c sounds to me like it is in crt0.o or whatever the
equivalent startup code is.  If so, you can skip it and 
begin at main (i.e. after the C-library startup code).
"break main" should therefore take you to your
code.)

---------------------------------------------
This message was sent using M-Web Airmail - JUST LIKE THAT
M-Web: S.A.'s most trusted and reliable Internet Service Provider.
http://airmail.mweb.co.za/






reply via email to

[Prev in Thread] Current Thread [Next in Thread]