Hallo to all,
since 10.4 (and 10.4.1) debugging c++ DLL for x64 Windows S.O. is impossible (for me of course).
ALL THE PROJECTS ARE COMPILED FOR X64.
If I launch standard debug from Delphi project, the DLL source code (made in c++) is ignored and no breakpoints are used in the DLL.
If I launch LLDB debug from c++ DLL (setting the correct host of course), an error like this
is generated and the app doesn't start.
If you launch the app with or without Delphi debugger all is working.
Same situation with remote debugger (via "old style debugger" or paserver).
Before LLVM all is working and i can debug DLL c++ code.
I miss something or do something wrong ?
Attached is a very simple project group to test.
Thanks for your attention.
Test.zip