Re: Strange Behavior
Dave <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <000101c77deb$a68d8eb0$6400a8c0@omniscient1> |
Ah!! That's a nice trick. For the "break on error" feature, press CTRL+ALT+E, and select the exception you want the IDE to break on (possibly the root, as I always do) -----Original Message----- From: Discussion forum for developers using Windows Forms to build apps and controls [mailto:[email protected]] On Behalf Of Peter Ritchie Sent: April 10, 2007 8:20 AM To: [email protected] Subject: Re: [DOTNET-WINFORMS] Strange Behavior To get the exception detail, just view "$exeption" in the locals debug window. No need to break anywhere outside your code.