PDA

View Full Version : Eclipse C++ debugger strange behavior



fsleeman
October 30th, 2008, 03:45 PM
Using the F6 key (step over) seems to enter every STL class function instead of stepping over it. For example if I have a cout line the debugger will step into << function. Is there anyway to keep Eclipse from doing this? It seems like its stepping in instead of stepping over.