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
2answers
579 views

“Show All Files” option missing in VS Database Project

The VS Database Project does not seem to have the "Show All Files" option in the Solution Explorer. Does anyone know of a way to turn the option on in VS? The "Show All Files" option on th …
3
votes
4answers
417 views

StackOverflow atom feed to use with VS2008 Start Page

Is there a URL for StackOverflow that I can use on the VS startpage in place of the never updated MS page? The URL that VS uses can be set on the Tools->Options::Startup dialog. I've tried …
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 …