Exceptions Dialog Box..Where in VS 2008?
Excuse my ignorance, but I am looking for the Exceptions dialog box that is apparently in the debug menu. I have opened project, but it is still not there..nor can I find it by customizing toolbar under the debug commands. Can anyone help me with this?
Master BillaPosted Aug 12, 2009, 10:32 PM
Just open visual s 2008 and navigate to code file and Press Ctrl+Alt+E
And see it will bring the Exceptions Dialog
thank you
ScottPosted Aug 12, 2009, 6:13 PM
1. select Tools-->Customize from the Visual Studio main menu
2. in the resulting dialog box, switch to the "Commands" tab
3. select "Debug" from the Categories listbox on the left side of the diloag
4. locate the "Exceptions" item in the "Commands" listbox on the right side of the dialog. Now drag and drop this "Exceptions" item into the "Debug" menu
StefanPosted Apr 17, 2009, 2:35 PM
Also, try posting your question here, it is a has a forum just for Visual Studio setup and installation, and a separate forum for Visual Studio debugging.
John BeemanPosted Apr 17, 2009, 8:47 AM
Thanks, JB
StefanPosted Apr 16, 2009, 11:09 PM
You said: "nor can I find it by customizing toolbar under the debug commands".
Are you looking in the right place? The exceptions dialog is in the debug menu at the top of the screen, not in the toolbar. It should be at in the Debug menu, right after the "Attach to Process" item.