Re: Debugging VC6 DLL with a Delphi application
From: Oleg Starodumov (oleg_staro_at_hotmail.com)
Date: 03/10/04
- Next message: A. Sadon: "Debuggingproblems under Windows 2000?!"
- Previous message: Devvi: "Debugging VC6 DLL with a Delphi application"
- In reply to: Devvi: "Debugging VC6 DLL with a Delphi application"
- Next in thread: Devvi: "Re: Debugging VC6 DLL with a Delphi application"
- Reply: Devvi: "Re: Debugging VC6 DLL with a Delphi application"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 10 Mar 2004 15:39:22 +0200
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: A. Sadon: "Debuggingproblems under Windows 2000?!"
- Previous message: Devvi: "Debugging VC6 DLL with a Delphi application"
- In reply to: Devvi: "Debugging VC6 DLL with a Delphi application"
- Next in thread: Devvi: "Re: Debugging VC6 DLL with a Delphi application"
- Reply: Devvi: "Re: Debugging VC6 DLL with a Delphi application"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|