Antwort: Re: [gvd-users] remote debug no source files

Arnaud Charlet gvd-users@lists.act-europe.fr
Fri, 27 Sep 2002 11:13:19 +0200


> I did that. But the list of files is still empty.
> Also when I load a source file there should be small blue dots, right?

Only if gdb can find the files. You probably need to specify where your
sources are, using the "dir" gdb command. You can also verify whether gdb
can find the file by typing info line <file>:1

Arno