Problems debugging by attaching to an existing process in Visual Studio?

Make sure you’ve set the Debug Info to “full” instead of “pdb only”, else you’ll attach the process and your breakpoint will say “no symbols have been loaded for this document” and will never be hit.

VS2010_properties_debug_info

Leave a Reply

Your email address will not be published. Required fields are marked *