This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Call function but step by step?
- From: phoeagon <phoeagon at gmail dot com>
- To: gdb at sourceware dot org
- Date: Sun, 6 Nov 2011 17:46:58 +0800
- Subject: Call function but step by step?
eh, i wonder if this feature exists or if it's appropriate to add.
that is to call a function explicitly (just like "call func" command)
but instead of executing the function all at once, the cursor stops at
the entry (as if the function is called at the point and we used step
in to trace into it) and wait for further commands (which can be, say,
step or next, which is very useful)...
Cheers.