Exceptions debugging enable/disable by aplication

From: Peter Beno (_at_)
Date: 11/24/03


Date: Mon, 24 Nov 2003 13:40:50 +0100

Hi

Is there a way how to disable (and reenable) debugging/catching of
exceptions by integrated debugger from application? I have a place in my
application where there are expected (and handled) exceptions and i would
like them to be ignored by debugger. They are strandard db exceptions
though, so i can't just ignore exception class, because on other places in
application i want debugger to catch them. I thought they may perhaps be
some interface for integrated debugger though i have not found any. Anyone
knows?
Thanks

Pete



Relevant Pages

  • Re: how can I create minidumps of second chance exceptions in .NET 1.1 managed code?
    ... Using the configuration like you suggested sends the exception to the JIT debugger which is registered in a system-wide manner, and I don't want to register there. ... ADPlus is usually good in catching 2nd chance managed exceptions." ...
    (microsoft.public.vsnet.debugging)
  • Re: Exceptions debugging enable/disable by aplication
    ... > application where there are expected exceptions and i would ... > like them to be ignored by debugger. ... > some interface for integrated debugger though i have not found any. ... You can try EurekaLog. ...
    (borland.public.delphi.ide)
  • RE: Disabling exception trace messages
    ... a tick comparison shows the following: ... Outside debugger: ... > Can you tell me why this now takes so much longer than VC6? ... >> break on a given type of exception or on a category of exceptions. ...
    (microsoft.public.vc.debugger)
  • Re: Step by Step skips large chunks of code
    ... Do your threads throw exceptions, ... the debugger will automatically break it when an exception is thrown. ... You can send feedback directly to my manager at: ... Added SP1, the debugger started skipping within threads. ...
    (microsoft.public.vsnet.debugging)
  • Re: Mixed assembly crashes on exit
    ... (when running the app under debugger, watch also for unexpected first chance ... exceptions in Debug Output window, or configure the debugger to stop ... Also try to set breakpoint in SingletoneDomainUnload function and step ... how does the disassembly around the place of crash look? ...
    (microsoft.public.vsnet.debugging)