Search Results

1
vote
5answers
1k views

VS2008 Debugger does not break on unhandled exception

I'm having an odd problem with my vs debugger. When running my program under the vs debugger, the debugger does not break on an unhandled exception. Instead control is returned to VS as if the pr …
2
votes

VS2008 Debugger does not break on unhandled exception

When I read the answer about having two check boxes in the "Exception..." dialog, I went back and opened the dialog again. I only had one column of check boxes -- for break on "Thrown". As …