Wednesday, June 15, 2016

Skipping debugging unannoying methods in VS

https://blogs.msdn.microsoft.com/andypennell/2004/02/06/how-to-not-step-into-functions-using-the-visual-c-debugger/

TLDR:

Who wants to debug std::shared_ptr or std::unique_ptr or std::cout << for a millionth time?
Creates a .reg file with string regex to avoid it next time.

No comments:

Post a Comment