From: Si Newsgroups: comp.os.msdos.djgpp Subject: Re: Sally FS Debugger! Date: Mon, 09 Feb 1998 12:36:51 -0800 Organization: BT Labs, Martlesham Heath, Ipswich, UK Lines: 19 Message-ID: <34DF68E3.6FC1@vecktorlite.demon.co.uk> References: Reply-To: MMM AT vecktorlite DOT demon DOT co DOT uk NNTP-Posting-Host: pc5685.btlabs.bt.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Eli Zaretskii wrote: > > On Mon, 9 Feb 1998, Si wrote: > > > Can anyone help, with a quick question with FSDB. when debugging > > sometimes on first press of single step (F8) the program jumps to > > the first bit of code of your program "main" (skipping all startup code > > etc.) and other times it just starts stepping from the very start. How > > do you make sure that it always starts at "main" > > You must press F8 right after you enter FSDB. If you use other keys > before the first F8, it begins with the startup code, which is before > `main'. This is so you could debug the startup code as well. thankyou for your reply, The first key I press is always F8, what I need to know is there a setting somewhere that I may be inadvertantly changing by mistake, to enable/disable this feature thanks again.. SI.....