Using Delphi, it is very easy to debug a DLL having it called from a host application. This host application can be written using Delphi or any other language.
To debug your DLL in the context for a host application, just add the host application into the corresponding field in Delphi / Menu / Run / Parameters. Then run your project as usual. Delphi will not load the DLL but the host application
↧