This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Don't step into STL


 > Is there anyway to set the debugger so when I "step into", it doesn't get
 > into crazy stuff (ie. vector.h) that I haven't written? Ie. only step into
 > until a step would step outside of files in my project?

I don't think so but it would be neat if GDB could be made to step into a
function when that line has debug information was available and over when it
wasn't.

-- 
Nick                                           http://www.inet.net.nz/~nickrob


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]