> 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