Re: Try - Except problem

From: Bengt Håkansson (Bengt.Hakansson_at_tv.slu.se)
Date: 11/06/03


Date: Thu, 06 Nov 2003 12:27:10 +0100

Thanks,

that solved my problem.

/Bengt

Marc Rohloff wrote:
>
> On Wed, 05 Nov 2003 17:23:27 +0100, Bengt
> Håkansson<Bengt.Hakansson@tv.slu.se> said ...
> > I have just bought a new computer and try to transfer my Delphi
> > development system from the old one. When I recompile and run my program
> > I get the error message
> >
> > Debugger Exception Notification
> > Project Plan2000.exe raised exception class EVariantTypeCastError with
> > message 'Could not convert type (Null) into type (Double)'
> > Process stopped. Use Step or Run to continue.
>
> The debugger will stop on all exceptions even if you are using exception
> handling in your code. If you run your app outside the debugger you will
> not see these messages. If you don't want the debugger to stop on
> excpetions then choose Tools\Debugger Options\Language Exceptions and
> clear the 'Stop on Delphi Exceptions' checkbox.
>
> Marc



Relevant Pages

  • Re: Debugging VC6 DLL with a Delphi application
    ... Thanks Oleg, that is exactly what we were looking for! ... > Note that it can cause the debugger to stop often, ... > It is also possible that Delphi has a setting that asks it to pass exceptions ...
    (microsoft.public.vc.debugger)
  • Re: RPC-Server exception
    ... Use the debugger to see what is at this location. ... There is a breakpoint list window in VS2005, ... Should I simply ignore the exceptions? ... error message when I click. ...
    (microsoft.public.vc.mfc)
  • Re: Debugging VC6 DLL with a Delphi application
    ... If Delphi handles exceptions in DLLs, ... "Access violation" and "Stop always". ... Note that it can cause the debugger to stop often, ... It is also possible that Delphi has a setting that asks it to pass exceptions ...
    (microsoft.public.vc.debugger)
  • Re: Try - Except problem
    ... > I have just bought a new computer and try to transfer my Delphi ... > I get the error message ... > Debugger Exception Notification ... The debugger will stop on all exceptions even if you are using exception ...
    (borland.public.delphi.language.objectpascal)
  • 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)