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_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to