I am new to Visual Studio.
I'm programming now, and when I started the program in Visual Studio's debugger, it went all OK.
When I pressed a button, it focused my code and popped up a box (with an arrow pointing at the line that has the error) saying what's the error, but I unchecked the check that says Show this warning when [...]
It's basically a warning that pauses my program and shows error, but can be ignored by unchecking a checkbox.
Now I need it and I don't know how to recover it. In Tools -> Debug I have everything enabled
So the question is, how to recover that popup message?
EDIT
I got a screenshot from a similar error (I created this error to take a screenshot)
The error looked like that, it wasn't that error.