I have noticed that using F10 - Step Over in VS automatically skips my functions. Why is that? I did noticed that F11- Step Into, does enter my functions, however it enters the implementation code of the functions I am using from the various C libraries, which is really annoying.
Is there any way I can run step by step inside my functions without entering the implementation code of the included libraries?
It is annoying, especially if you happen to call several functions just to get parameters into yours. You can use step out (Shift+F11) to quickly get out of uninteresting code. (and then F11 to get into the next one)
Yes, there's an undocumented feature which allows you to not step into any of a list of functions you specify. See this blog post for an example of how to set that up. But again, since it's an undocumented feature, it could break with future versions of Visual Studio, and it may not always behave reliably.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With