[gvd-users] remote debug no source files

Arnaud Charlet gvd-users@lists.act-europe.fr
Fri, 27 Sep 2002 10:56:59 +0200


> GVD shows no source at all. Also the list of files is empty.
> How to make GVD to show somthing usefull?

Did you compile with debug info (-g) ?
You could also add the symbols explicitely using e.g. File->Add Symbols,
or on the gdb console, using the add-symbol-file command.

Arno