Hi Herfried
Thanks for the quick reply.
Can you please explain exactly what to do ?
Is it in environment options (Tools->Options)
Or is it during runtime ?
TIA
Guy
[quoted text, click to view] "Herfried K. Wagner [MVP]" wrote:
> "Guy Cohen" <GuyCohen@discussions.microsoft.com> schrieb:
> > In vb6 I could "break on all errors" - meaning the row that caused the
> > problem was marked and the error was presented.
> > How can I do that in vb.net 2005 ?
> > Currently I see abort/retry/ignore...
>
> "Debug" -> "Exceptions...".
>
> --
> M S Herfried K. Wagner
> M V P <URL:
http://dotnet.mvps.org/> > V B <URL:
http://dotnet.mvps.org/dotnet/faqs/>
"Guy Cohen" <GuyCohen@discussions.microsoft.com> schrieb:
[quoted text, click to view] > Can you please explain exactly what to do ?
> Is it in environment options (Tools->Options)
> Or is it during runtime ?
As I said, you can specifiy the behavior in the dialog which appears when
you select the "Debug" -> "Exceptions..." menu. There you can specify the
behavior of the debugger/IDE if an exception occurs.
--
M S Herfried K. Wagner
M V P <URL:
http://dotnet.mvps.org/> V B <URL:
http://dotnet.mvps.org/dotnet/faqs/>