gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

ASM > Troubles with gdb insight...

#26402 - isildur - Tue Sep 14, 2004 9:14 pm

Can someone tell me why when debugging with gdb insight, I can't step through the instructions one by one? I put it in assembly view and even though I step by pressing the 'S' key, it jumps to other instructions and skips some. I compiled without optimization with debug info on.

#26403 - tepples - Tue Sep 14, 2004 9:19 pm

Is it stepping line by line of the source code?
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.

#26405 - isildur - Tue Sep 14, 2004 10:02 pm

No, I mean, I am debugging assembly code, it skip lines all the time even though it executes them, I just can't step all the instructions.