From: j DOT aldrich6 AT genie DOT com Message-Id: <199606280355.AA253884107@relay1.geis.com> Date: Fri, 28 Jun 96 03:10:00 UTC 0000 To: djgpp AT delorie DOT com Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Subject: Re: gdb Reply to message 7653034 from WEIM AT NEU DOT EDU. on 06/27/96 8:55PM >When I use gdb, if the debugged program finishes >running once, I must redownload it for next time's >running, must I do it? Sorry, yes, unless you want to rewrite gdb. :) If you use a lot of setting commands in gdb, you can place them all in a file called 'gdb.ini', which will automatically be loaded when gdb boots up. The one in your DJGPP\BIN directory is always loaded, but you can put program-specific commands in the source directory of your programs; these will only be loaded if gdb is run in that directory. John