[fpc-pascal] Strange debugging issue
Jonas Maebe
jonas.maebe at elis.ugent.be
Mon Apr 5 16:30:14 CEST 2010
On 05 Apr 2010, at 16:27, John Coppens wrote:
> Doesn't gdb detect source code changes? It's been a while, but I seem to
> remember gdb warning about the C source file having been changed.
GDB warns if *on startup* the time stamp of a source file is newer than that of the binary. If you change a file during a debugging session itself, it doesn't (probably for performance reasons).
Jonas
More information about the fpc-pascal
mailing list