Click to See Complete Forum and Search --> : Debugging Dialog Box


kangolian
July 16th, 2003, 03:25 AM
Hi

Whilst testing my first ever C# app I'm finding that when it encounters an unhandled exception, a dialog box appears telling me about the problem.
I'd rather have the VS IDE show me the line of code where the error occurred - what settings do I need to change to make this happen?

Thanks

kangolian
July 16th, 2003, 03:45 AM
I've fixed the problem!

On the "Debug" menu, you click "Exceptions...", then you switch the "When the exception is thrown" setting to "Break into the debugger".