02-24-05 10:58 PM
j_mckitrick@bigfoot.com writes:
> But I hate how GDB steps into their code.
Platform? g++ version? gdb version? compilation flags?
> Unfortunately,
> 'next' doesn't help, since much of the stl code is 'inline.'
It *should* help (inline has nothing to do with this, unless you
compile with '-g -O2'), but IIRC some combinations of gcc/gdb/OS
in fact do not work correctly.
Cheers,
--
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
[ Post a follow-up to this message ]
|