Delphi XE2: Debug a 64 bit dll through a 64 bit app
问题 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