Re: Supressing First chance Exceptions

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

tsteinke_at_gmail.com
Date: 01/18/05


Date: 18 Jan 2005 04:01:05 -0800

The only options are continue and break in debugger. This is no option
that I am aware of to stop it from being reported in the Debug Output.
Am I incorrect?

Jonathan Morrison [MSFT] wrote:
> Oh - then this is really easy. :)
>
> Go to the "Debug" menu and select "Exceptions". There are groups of
> exceptions there. Pick the appropriate group (i.e. Mative Win32
Exceptions).
> Each exception is listed there with a set of options of what to do
when the
> exception occurs.
>
> HTH
>
> --
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> Use of any included script samples are subject to the terms specified
at
> http://www.microsoft.com/info/cpyright.htm
> <tsteinke@gmail.com> wrote in message
> news:1105129706.328234.310980@c13g2000cwb.googlegroups.com...
> > Thank you. But where would this option go?
> >
> > I guess I should have been more specific? I am working in Visual
Studio
> > 2003 on an unmanaged Win32 App.
> >



Relevant Pages

  • Re: You wanted defensive writing...
    ... Couldn't you have set the debugger to break on all exceptions? ... > I've created an application that loads Caudill's TreeListView as its ... > I commented the line that called the insertion on start-up, ... > The exception caught me unaware, ...
    (microsoft.public.dotnet.csharp.general)
  • Re: You wanted defensive writing...
    ... Couldn't you have set the debugger to break on all exceptions? ... > I've created an application that loads Caudill's TreeListView as its ... > I commented the line that called the insertion on start-up, ... > The exception caught me unaware, ...
    (microsoft.public.dotnet.general)
  • Re: Problem with KITL?
    ... > Enable kernel debugger ... This OK if KdStub stumbling on its own BP. ... Exception in debugger, Addr=0x801AB864 - attempting to recover ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Exception shown in debug but not thrown?
    ... The debug output shows one thread exiting a 'Win32 Thread' ... If, however, I connect with a socket, disconnect the socket and exit ... exception: exception @ 0x0012efac. ... This indicates that an exception was thrown. ...
    (microsoft.public.vc.language)
  • Re: Exception handling of filesys.exe and gwes.exe
    ... Your best bet might be to look at the debug output of the OS an report a bug to your 3rd party dll vendor if that's possible. ... If your platform doesn't already have Dr. Watson or another JIT debugger you can catch the exception and try to ignore it. ... Wagener wrote: ... Most errors in this modules will hit an assert that tells you what you're doing wrong in the debug output when using a debug build. ...
    (microsoft.public.windowsce.app.development)