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.
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.