Tips and Tricks

Prevent debugger from stepping into unwanted functions in Visual Studio

TL;DR Debugging in Visual Studio can quickly turn into a maze when the debugger keeps stepping into irrelevant functions like standard library or third-party code. Instead of wasting time navigating through unnecessary calls, you can filter them out using built-in tools like natstepfilter or “Just My Code.” For a faster and more flexible approach, Visual Assist’s Step Filter lets you skip…
Read more