Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 826
Steve Magness Avatar asked Nov 09 '11 15:11

Steve Magness


1 Answers

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."

like image 153
2 revs, 2 users 71% Avatar answered Nov 07 '22 22:11

2 revs, 2 users 71%