Re: Opening files
Fred Krogh <[email protected]>
| Newsgroups | gmane.comp.debugging.ddd.general |
|---|---|
| Organization | Math a la Carte |
| Message-ID | <[email protected]> |
Roberto Saltini wrote: > I am new at ddd and I am not able to find out a faster method for > showing a certain source file. > For example, my project is composed of n files, say from 1.c to n.c. > If 1.c is showed and I want to put a breakpoint in file 5.c, the only > way I found out is to write 5.c in the text box at the top left > corner. > Isn't there a faster method? > Thank you. > > In the gdb console window, I would type "b 5.c:<line number>. Fred