如何从头开始在delphi 7中进行DLL的远程调试
谁能帮我解决一下如何远程调试独立于 exe 的 DLL(只是一个 dll)。 DLL 是一个将在服务器计算机上运行的服务,DLL 源代码位于客户端计算机上。现在,当该服务在服务器计算机上运行时,我想使用 delphi 7 调试位于客户端计算机上的 delphi 代码。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
另请参阅 http://delphi.wikia.com/wiki/Remote_Debugger
Also see http://delphi.wikia.com/wiki/Remote_Debugger