Click here to Skip to main content
Click here to Skip to main content

Automatically Stepping over STL

By , 13 Oct 2012
 

Introduction

When you're debugging and you step into a line of code that has an STL variable, you first have to step into the STL source code. This quickly gets tedious, but there is a way to override this:

Open the registry and edit the following key (this is for Visual Studio 2008):

HK_LOCAL_MACHINE\Software\Microsoft\VisualStudio\9.0\NativeDE\StepOver

Create a new string value "20" (if it's not already there) and give it the value "std\:\:.*=nostepinto".

Note

I discovered this trick from this blog post, which shows you how to do it for ATL.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

ed welch
Software Developer Astronautz
Spain Spain
Member
After working in the software industry for many years, I've started my own games company that specialises in strategy games for mobile platforms.

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
-- There are no messages in this forum --
Permalink | Advertise | Privacy | Mobile
Web02 | 2.6.130513.1 | Last Updated 13 Oct 2012
Article Copyright 2012 by ed welch
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid