Board index » delphi » ANN: EurekaLog 6.0.12 released (exceptions & leaks logger)

ANN: EurekaLog 6.0.12 released (exceptions & leaks logger)


2008-02-26 10:19:49 PM
delphi126
We are pleased to announce the availability of the new EurekaLog 6.0.12.
EurekaLog is a tool for Delphi and C++Builder that gives your application
the power to catch every exception and memory leak, generating a detailed
log of the call stack (with unit, procedure and line number), optionally
sending you a copy of each log entry via email or the Web via the most
used Web Bug-Tracking tools (as Mantis, BugZilla and FogBugz).
EurekaLog represents the most advanced exception and memory leaks logger
technology available for Delphi/C++Builder developers.
To learn more about EurekaLog, please visit our website at:
www.eurekalog.com
To download a demo, please visit:
www.eurekalog.com/downloads.php
If you would like to purchase a new license, please visit:
www.eurekalog.com/buy.php
Changes:
--------
1)...Added the "emake.exe" Command-Line Compiler for C++Builder 2007
(usable only with the "--el_alter_exe" option);
2)...Added the Command-Line Compiler ability to get the projects options
from the .dproj and .cbproj files;
3)...Added the ability to specify an alternative "compiled file full path"
in the "Command-Line Compiler" --el_alter_exe option;
4)...Added to the Command-Line Compiler the ability to read the options
from the .DPR/.BPR files (if the .bdsproj, .dproj or .cbproj files are
absents);
5)...Now the Command-Line Compiler do not read more the ProjectFile.cfg
file (starting from Delphi 2007);
6)...Added the new "--no-config" DCC32.exe option support to the
Command-Line Compiler;
7)...Increases the "Command-Line Compiler" verbosity;
8)...Remove some hints messages;
9)...Added the ability to use Environment Variables in the "Web Tracker"
AssignTo/Project/Category/Area fields;
10)...Now the TExceptionDialogOption
edoAttachScreenshotChecked/edoSendErrorReportChecked options are affected
by the showing dialog (only EurekaLog style);
11)...Added the new TEurekaModuleOptions.ReproduceText property (to
read/write the Reproduce Text);
12)...Very big improvements in the TObject and TClass internal validation
routines (to avoid strange and unreproducible bugs);
13)...Fixed a bug that did not allowed the Command-Line compiler to send
EurekaLog bug reports;
14)...Fixed a bug that rarely raised an Access Violation on Win 9x/ME;
15)...Fixed a bug that sometimes returns an empty default printer string
(Win 9x/ME only);
16)...Fixed a bug that rarely crashed the application at its start;
17)...Fixed a C++Builder "GUI Source Demo" compilation bug;
18)...Fixed an EurekaLog Viewer bug that caused a wrong "Module field"
grouping (no more case sensitive);
19)...Fixed an EurekaLog Viewer bug that did not synchronized the "ToolBar
Buttons Enabled status" with the bugs list status;
20)...Fixed an EurekaLog Viewer bug that moved the selected row at the top
after deleting the last bug;
21)...Fixed an EurekaLog Viewer bug that rarely raised an EConvertError
exception working with wrong .ELF files;
22)...Fixed an EurekaLog Viewer bug that truncated the text headers in
some views;
23)...Fixed a bug that not detected more that 2Gb of RAM;
24)...Fixed a conflict with other Memory Leaks detector;
25)...Fixed a bug that created hundreds of .BIN files in TEMP directory
(only with the "Catches Memory Leaks" option disabled);
26)...Fixed a bug that sometimes created empty LastHTMLPage into the
%TEMP% folder;
27)...Fixed a bug that handled many times the same SafeCall Exception also
with the TBehaviourOption.boCatchHandledExceptions option disabled;
28)...Fixed a bug that called the PostSuccessfulBuildEvent (instead of
PostFailureBuildEvent) with canceled builds;
29)...Fixed a bug that caused wrongly "Compiler Version" check results;
Best regards...
The EurekaLog Team.
 
 

Re:ANN: EurekaLog 6.0.12 released (exceptions & leaks logger)

We are pleased to announce the availability of the new EurekaLog 6.0.12.
EurekaLog is a tool for Delphi and C++Builder that gives your application
the power to catch every exception and memory leak, generating a detailed
log of the call stack (with unit, procedure and line number), optionally
sending you a copy of each log entry via email or the Web via the most
used Web Bug-Tracking tools (as Mantis, BugZilla and FogBugz).
EurekaLog represents the most advanced exception and memory leaks logger
technology available for Delphi/C++Builder developers.
To learn more about EurekaLog, please visit our website at:
www.eurekalog.com
To download a demo, please visit:
www.eurekalog.com/downloads.php
If you would like to purchase a new license, please visit:
www.eurekalog.com/buy.php
Changes:
--------
1)...Added the "emake.exe" Command-Line Compiler for C++Builder 2007
(usable only with the "--el_alter_exe" option);
2)...Added the Command-Line Compiler ability to get the projects options
from the .dproj and .cbproj files;
3)...Added the ability to specify an alternative "compiled file full path"
in the "Command-Line Compiler" --el_alter_exe option;
4)...Added to the Command-Line Compiler the ability to read the options
from the .DPR/.BPR files (if the .bdsproj, .dproj or .cbproj files are
absents);
5)...Now the Command-Line Compiler do not read more the ProjectFile.cfg
file (starting from Delphi 2007);
6)...Added the new "--no-config" DCC32.exe option support to the
Command-Line Compiler;
7)...Increases the "Command-Line Compiler" verbosity;
8)...Remove some hints messages;
9)...Added the ability to use Environment Variables in the "Web Tracker"
AssignTo/Project/Category/Area fields;
10)...Now the TExceptionDialogOption
edoAttachScreenshotChecked/edoSendErrorReportChecked options are affected
by the showing dialog (only EurekaLog style);
11)...Added the new TEurekaModuleOptions.ReproduceText property (to
read/write the Reproduce Text);
12)...Very big improvements in the TObject and TClass internal validation
routines (to avoid strange and unreproducible bugs);
13)...Fixed a bug that did not allowed the Command-Line compiler to send
EurekaLog bug reports;
14)...Fixed a bug that rarely raised an Access Violation on Win 9x/ME;
15)...Fixed a bug that sometimes returns an empty default printer string
(Win 9x/ME only);
16)...Fixed a bug that rarely crashed the application at its start;
17)...Fixed a C++Builder "GUI Source Demo" compilation bug;
18)...Fixed an EurekaLog Viewer bug that caused a wrong "Module field"
grouping (no more case sensitive);
19)...Fixed an EurekaLog Viewer bug that did not synchronized the "ToolBar
Buttons Enabled status" with the bugs list status;
20)...Fixed an EurekaLog Viewer bug that moved the selected row at the top
after deleting the last bug;
21)...Fixed an EurekaLog Viewer bug that rarely raised an EConvertError
exception working with wrong .ELF files;
22)...Fixed an EurekaLog Viewer bug that truncated the text headers in
some views;
23)...Fixed a bug that not detected more that 2Gb of RAM;
24)...Fixed a conflict with other Memory Leaks detector;
25)...Fixed a bug that created hundreds of .BIN files in TEMP directory
(only with the "Catches Memory Leaks" option disabled);
26)...Fixed a bug that sometimes created empty LastHTMLPage into the
%TEMP% folder;
27)...Fixed a bug that handled many times the same SafeCall Exception also
with the TBehaviourOption.boCatchHandledExceptions option disabled;
28)...Fixed a bug that called the PostSuccessfulBuildEvent (instead of
PostFailureBuildEvent) with canceled builds;
29)...Fixed a bug that caused wrongly "Compiler Version" check results;
Best regards...
The EurekaLog Team.