Hi,

I see sometimes see some weird behavior when I debug GNOME programs.
If I step trough some piece of sequential code without any loops or jumps with the next command. The next instruction some times goes one back.
So if I had one instruction on each line I would expect gdb to go trough the lines like this: 1, 2, 3, 4, 5, 6. What I see happening though is something like this: 1, 2, 1, 2, 3, 4, 5, 6


Anybody knows why this is happening?

Thanks,

Jaap



_______________________________________________
gnome-love mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-love

Reply via email to