When I'm unit testing in VS2017, if I mistakenly press F11 while on method calling something that I DONT want to step in, it will step inside and I get this painful and irritating message.
WinTypes.pdb contains the debug information required to find the source for the module WinTypes.dll
This happens when I have call to windows runtime libraries or framework libraries. I DONT want to step inside these libraries. and no matter how many times I press F10 again or close this page, this message wont let me continue .
All I have to do is to reset debug process and start from over again... I was bearing with this for a while but ive had enough. this is driving me CRAZY. please show me way how to stop this stupid error.
.Net framework source stepping is also unchecked, but I'm unit testing UWP project.
PS: Just my code is also enabled FFS -.-



