When debugging C++ code with GDB, one can step through the code using n
for stepping to next line of code and s for stepping into function(s) in
current line of code.
However, sometimes, when pressing n, GDB still steps INTO function(s) in
current line of code, which is very tiresome.

Can anybody tell me if this can be solved?

Bjørn.


_______________________________________________
Bug-gdb mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gdb

Reply via email to