A.M. Hoornweg 144 Posted October 21, 2021 Hello all, I'm having some trouble debugging DLL's in Delphi 11, trouble which I did not have before in Delphi 10.4. My DLL is compiled in debug mode and has remote debugging symbols. If I specify the host executable (Run-> Parameters -> Debugger -> Host application) and execute the process, breakpoints will not fire in my DLL. But.... if I start the application manually and tell the debugger to attach to the process, breakpoints will fire in the DLL without any problems. This workaround works, but it is super uncomfortable and slows me down. Any idea how I can get the debugging situation back to normal? Share this post Link to post
yeth 0 Posted February 12, 2022 I've got the same problem. Breakpoints will not fire in Windows 64-bit DLL, but 32-bit DLL is OK. And if 64-bit DLL is not Build with runtime package, breakpoints will fire. Share this post Link to post
MathewV 0 Posted February 17, 2022 Did you find a solution to this? We have a similar issue and can not move to D11 at this point. There is no response to the issue that we added to on this. https://quality.embarcadero.com/browse/RSP-35879 Share this post Link to post