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

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


> the source window shows the <file> name unix style /d/asdf/asdf/<file>
> with the comment File not found.

This means that your compiler is generating this unix style filename
in the debug info.

GVD expects any of the following syntax:

d:\asdf
d:/asdf
/cygdrive/d/asdf
//d/asdf

I suspect your compiler uses another convention.

Arno