I have created several new solution configurations based on debug one and then killed standard debug and release.
I wonder why all of solution project refuse to be debugged. When I put break point into the very first line of code (no matter if it is windows-forms application, console, test project...) MSVS tells me, that "breakpoint will not be currently hit".
I cleaned the solution and rebuild after that but in vain.
What should I check to make my projects debuggable?
Thank you in advance!