[gvd-devel] Spam control
Arnaud Charlet
charlet@ACT-Europe.FR
Mon, 8 Oct 2001 17:19:05 +0200
> When I open an executable for debugging, gvd succeeds in finding the source
> files, and opening them, however when trying to set breakpoints, it uses
> just the leafname of the file, causing gdb to not find the requested file,
> so the breakpoint can't be added.
>
> Is this a known problem, as it makes debugging very difficult.
Sounds like a gdb issue, not a gvd issue.
You need to use the "dir" command if gdb cannot find your files (gdb
does all the filename lookup, not gvd).
Arno