I skipped a very important warning and later I noticed my errors weren't showing up. Here's what happened . . .
A Warning popped up when I hit the play button to test my class library from a other windows form application in the solution explorer. It had 4 options "stop debugging", "start without my code", "continue debugging" and "do not show this error again", and I clearly remember it saying something about "This is a release version of my class library, switch to debug etc... can't remember, and something about breakpoints won't show up". I didn't know what this was at first and it kept popping every time when I hit the play button, so I chose the last option "do not show this error again", and later I realized my problem when I was coding.
This happened when I builded a release version of my class library and by adding the dll to a other whole new project, after this I went back to my class library's project to add a new windows form application to test something else in my class library and this warning popped up.
I want to know about this warning and how I can I trigger it again. And I hope your familiar with this warning, because I can't clearly remember it.