Re: Debugging VC6 DLL with a Delphi application
From: Devvi (triad_clan_at_hotmail.com)
Date: 03/11/04
- Next message: Oleg Starodumov: "Re: Debuggingproblems under Windows 2000?!"
- Previous message: Oleg Starodumov: "Re: debug dll"
- In reply to: Oleg Starodumov: "Re: Debugging VC6 DLL with a Delphi application"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: Oleg Starodumov: "Re: Debuggingproblems under Windows 2000?!"
- Previous message: Oleg Starodumov: "Re: debug dll"
- In reply to: Oleg Starodumov: "Re: Debugging VC6 DLL with a Delphi application"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading