help-make
[Top][All Lists]
Advanced

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

Re: linux based C++ project-how to start


From: Dan Kegel
Subject: Re: linux based C++ project-how to start
Date: Sun, 22 Nov 2015 16:52:02 -0800

Build it with the -g option, then run it under gdb and single-step through it.

One of the many gdb tutorials is at
http://www.cs.umd.edu/~srhuang/teaching/cmsc212/gdb-tutorial-handout.pdf
That ought to get you started.
- Dan


On Sun, Nov 22, 2015 at 1:47 PM, Ragia Ibrahim <address@hidden> wrote:
> Dear group,
> I have a C++ project taht contain many fiels .cc and .h, no
> file named main or so...how cah I trace the project and start it step by
>  step to understand its concept, should I draw a map for files calling
> each other, how to find first one to be executed, and what is the meaing
>  of program file ?
>
>  thanks in advance
>
> Ragia
>
> _______________________________________________
> Help-make mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/help-make



reply via email to

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