#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.