Re: Debugging VC6 DLL with a Delphi application

From: Devvi (triad_clan_at_hotmail.com)
Date: 03/11/04


Date: 11 Mar 2004 06:36:27 -0800

Thanks Oleg, that is exactly what we were looking for! This helps a lot!

Cheers,
Devvi

"Oleg Starodumov" <oleg_staro@hotmail.com> wrote in message news:<#7$3ZUqBEHA.2804@tk2msftngp13.phx.gbl>...
> If Delphi handles exceptions in DLLs, try to break into debugger
> on first chance exceptions. In Debug | Exceptions... dialog, select
> "Access violation" and "Stop always".
>
> Note that it can cause the debugger to stop often, and you will have
> to distinguish between "interesting" and "not interesting" exceptions.
>
> It is also possible that Delphi has a setting that asks it to pass exceptions
> to debugger, but I don't know it.
>
> Regards,
> Oleg



Relevant Pages

  • Re: how can I create minidumps of second chance exceptions in .NET 1.1 managed code?
    ... Thanks, Oleg, ... 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. ... Just to be sure, you wrote: "From my experience, ADPlus (as well as other unmanaged debuggers) is usually good in catching 2nd chance managed exceptions." ...
    (microsoft.public.vsnet.debugging)
  • 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: 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: 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: Access violation when allocating memory in windows
    ... >> while the function causes access violation message in debugger. ... > The Delphi debugger is not good at catching this sort of thing. ... > exception is probably happening somewhere else altogether. ... I use my delphi source code in Ollydbg all the time. ...
    (comp.lang.pascal.delphi.misc)

Loading