bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Stepping through code


From: Vul uw naam in.
Subject: Stepping through code
Date: Thu, 04 Jan 2001 10:47:20 +0100

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]