Mail Archives: djgpp/1998/02/09/06:36:26
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.
- Raw text -