[RESOLVED] Application breaks in try block on error
I just started a new job and am using one of the company's machines to develop a webform application on.
One strange thing that's happening is that whenever an error occurs, the application breaks and pops up a message box asking whether I want to break or continue. It happens in the try block, so I have a catch section to handle the error and then move on, but the process keeps breaking everytime an error comes up, making me have to sit there and hit the continue button everytime it goes through when I've already put in code to handle the error that it's breaking on.
I assume that this is some kind of setting in Visual Studio that the guy who used the computer before me turned on, but I can't find out where to turn it off and just let the program handle the error and continue without the popup box coming up.
Does anyone know what this setting is and how to turn it off?