Pelles C forum

Pelles C => Bug reports => Topic started by: dominique1024 on June 02, 2005, 10:09:15 PM

Title: Debugger: "Can't find source file" & Working d
Post by: dominique1024 on June 02, 2005, 10:09:15 PM
Hi,

In Project->Options->General, I have chosen a Working directory who dont contain the source files.
When I press the Go/Debug button, a window appear with the message:
"Can't find source file <filename>. Please specifiy folder:".


Version: 3.00.4
Title: Debugger: "Can't find source file" & Working d
Post by: Pelle on June 03, 2005, 01:58:58 PM
The only way I reproduce this is by compiling a console mode program without enabling "Microsoft extensions". In this case only the basename of the source file (without a path) will be stored in the object file. This is by design for compatibility reasons - not a bug.

Pelle