I've had an issue with Visual Studio that has been bugging me for some time. Whenever I debug a program that uses the C++ STL and I use Step Into the debugger shows me the code in the files where the data structure I'm using is implemented.
How can I turn this feature off? I want the debugger to always stay in the file that I'm debugging.
SOLVED thanks