Date: Mon, 9 Feb 1998 13:36:23 +0200 (IST) From: Eli Zaretskii To: Si cc: djgpp AT delorie DOT com Subject: Re: Sally FS Debugger! In-Reply-To: <34DF3C1E.125D@vecktorlite.demon.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk 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.