Visual Studio has an option (under Debugging / General) \"Enable Just My Code\"
What is \'Just My Code\'? Visual Studio doesn\'t explain the feature.
You need PBOs to debug other code such as any library that might be statically or dynamically linked to your code. With the above option, you're only debugging (your) active part of the code.