can anyone please help me out, to how to do remote debugging of a DLL (Just a dll) which is independent of the exe. The dll is a service which will be running in the server machine and the DLL source code is at the client machine. Now when this service is running at the server machine i want to debug the delphi code which is at the client machine using delphi 7.
+4
A:
- Compile the DLL with remote debugging symbols and deploy both (.dll, .rsm, etc) on the server machine
- Install the remote debugger on the server machine
- Start the remote debugger on the server machine
- Start Delphi on the client machine and load the DLL project
- Start a remote debugging session from Delphi by choosing Run - Attach to process and fill in the server machine
- Select the process on the server machine which loaded the DLL
- Debug remote
Lars Truijens
2009-12-17 14:52:13
1. compiled dll with remote debugging options,i have set these values in project options-Linker2. Installed the BORdbg70.exe [Remote debugger] on the server machine. After installing, i could see the green colored Bug in the taskbar.3. start remote debugger means how to do?4. at the client machine i have opened the DLL project.5. frm client machine, i went to the RUN-Attach to process and after giving the server machine name,listed all the process of the server machine. 6. selected the process of the DLL.got error BORdbg70.exe-BORdbk70.Dll"Internal Error EVA-1528".
2009-12-18 10:33:17
please help me out for getting solution for this. It is very urgent.
2009-12-18 10:34:08
Sounds like you are doing it right. I don't know about that internal error. Sorry.
Lars Truijens
2009-12-18 13:28:35