[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: newbie question: multiple source files
From: |
Larry Finger |
Subject: |
Re: newbie question: multiple source files |
Date: |
Sun, 04 Jan 2009 12:51:04 -0600 |
User-agent: |
Thunderbird 2.0.0.18 (X11/20081112) |
Mag Gam wrote:
> Hello All,
>
> I just got into C programming and I am working with DDD -- A great
> product BTW -- and I was wondering how I can work with multiple source
> files. For example, I am playing around with several GTK programs
> where I have multiple .c files. I would like to step thru the program
> (which has a main.c), but when I create the breakpoints I am not sure
> what is going on.
Under the File menu item is an "Open Source" item that lets you open
other source files. Once you have selected another file, you can set
breakpoints, etc.