EurekaLog 6.0.20 call stack output contains ouput but no values for for the |unit| and |class| columns when compiled with FinalBuilder 6.3.0.1855 for
for Delphi 2010.
I turned on all debug options ”Debug information” (Compiler), “Local symbols”, “Reference info” and "Use debug DCU's"
I turned off the following: “Range checking”, “Overflow checking”, “Include TD32 debug info” and “Include remote debug info”.
Here is the FB log:
Running Delphi compiler....
Using Command Line : /B C:project _D2010.dpr /Q
EurekaLog Command-Line Compiler v. 6.0.22 for Delphi 14.0
-------------------------------
Loading EurekaLog options...
EurekaLog preprocessor start...
Compiling...
3764369 lines, 477.23 seconds, 37360108 bytes code, 916560 bytes data.
EurekaLog postprocessor start...
EurekaLog data was added.
EurekaLog postprocessor end.
Here is the Eurekalog Call Stack Information:
----------------------------------------------------------------------
|Address |Module |Unit|Class|Procedure/Method |Line|
----------------------------------------------------------------------
|Running Thread: ID=2968; Priority=0; Class=; [Main] |
|--------------------------------------------------------------------|
|7E42B3FC|USER32.dll | | |CallNextHookEx | |
|7E418FE1|USER32.dll | | |GetSystemMetrics | |
|7E418FF6|USER32.dll | | |GetSystemMetrics | |
|7E42A034|USER32.dll | | |CallWindowProcW | |
I do, howerver, get the entire EurekaLog 6.0.20 call stack output including values for the |unit| and |class| columns whenever the same exe is compiled from the dproj in the Delphi 2010 IDE with the same settings.
Is tihs a FB bug?
Can i just run this from the command line?