Delphi XE2: Debug a 64 bit dll through a 64 bit app

感情迁移 提交于 2019-12-14 00:42:57

问题


Has anyone had success in debugging a 64 bit dll by running/attaching to a 64 bit application? I have Delphi code for both the application and the dll. I can debug the application in 32 bit and 64 bits. I can also debug the 32 bit dll by using Run -> Parameters to select the 32 bit version of the app.

However, I cannot appear to debug my 64 bit dll by running the 64 bit app, has anyone got this to work?


回答1:


As per @evdkraan's answer

"Steve, there is a bug in XE2 with 64bit debugging when using an converted dproj file. See http://qc.embarcadero.com/wc/qcmain.aspx?d=100309. This should be fixed in Update 2, but haven't tested it yet"

"I don't know whether this was fixed in Update 2 but it does now work in Update 3."



来源:https://stackoverflow.com/questions/8067211/delphi-xe2-debug-a-64-bit-dll-through-a-64-bit-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!