Hello all,
Fresh install of C++ Builder 10.4.2, with "Delphi 10.4 and C++ Builder 10.4 Update 2"
In "Tools/Options", add "<install-path>\lib\win64\debug" to the "Embarcadero Debuggers" Symbols search path.
Create a new Windows VCL C++ application
Add Win64 platform
Make sure the Win64-Debug configuration is active
Set a breakpoint in tWinMain (for example on Application->Initialize())
Build and start debugging.
The breakpoint is hit, but:
The events view indicates that no debug info is available on Project1.exe
Trying to step into "Application->Initialize()" shows the CPU pane
On the 10.3.3 Community Edition, the same sequence "works":
The Events view indicates that Project1.exe has debug info
Stepping into "Application->Initialize()" shows the source in Vcl.Forms.pas
I must be missing something obvious. Anyone knows what has to be done on 10.4.2 to be able to debug a C++ VCL app on Win64?
Thanks,
Éric