EurekaLog is a tool for Delphi and C++Builder that gives your application the power to catch every exception and memory/resource 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, FogBugz, and JIRA).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:
http://www.eurekalog.com
To download a demo, please visit:
http://www.eurekalog.com/downloads.php
If you would like to purchase a new license, please visit:
http://www.eurekalog.com/buy.php
Upgrade policy:
If you would like to purchase an upgrade, this is our upgrade discount policy:
1)...All updates (to minor and major versions) are fully free for 1 year;
2)...All updates (to minor and major versions) after first year are sold with 50% discount;
3)...Updates to a different license type of the same major version are sold at only price difference (example: from Single Professional version to Company Enterprise);
Buy your upgrade or download your full version here:
http://www.eurekalog.com/login.php
Changes:
- Added: XE7 support
- Added: XE6 support
- Added: New DLL demo
- Added: Custom profiles are now shown in "Application type" combo-box
- Added: Non-empty "steps to reproduce" will be added to existing bug tracker issues with empty "steps to reproduce"
- Added: Support for custom fields in FogBugz (API version 8 and above)
- Added: Support for unsequenced line numbers in PDB/DBG files (--el_source switch)
- Fixed: XML bug report were generated wrong
- Fixed: Strip relocations code for Win64
- Fixed: EurekaLog conditional symbols removed improperly when deactivating EurekaLog
- Fixed: Sending reports to non-default port numbers (affects web-based methods)
- Fixed: SSL validation check may reject valid SSL certificate (SMTP Client/Server)
- Fixed: SSL errors may be not reported
- Fixed: Viewer did not consider empty bug reports as corrupted
- Fixed: "DLL" profile now can be used with packages properly
- Fixed: Few rare memory leaks
- Fixed: Possible deadlock when using MS debug info provider
- Fixed: C++ Builder project files was saved incorrectly (RAD Studio 2007+)
- Fixed: "Show restart checkbox after N errors" counts handled exceptions
- Fixed: IDE expert's DPR parser (added support for multi-part idents)
- Fixed: Rare access violation in hook code
- Fixed: Thread handle leaks (added _NotifyThreadGone/_CleanupFinishedThreads functions to be called manually - only when low-level hooks are not installed)
- Fixed: EurekaLog's installer hang
- Fixed: Bug in object/class validation
- Fixed: Bug when using TThreadEx without EurekaLog
- Fixed: Leaks detection may not work with certain combination of options
- Fixed: Deadlock in some cases when using EurekaLog threading option set to "enabled in RTL threads, disabled in Windows threads".
- Changed: TEurekaExceptionInfo.CallStack will be nil until exception is actually raised
- Changed: FogBugz and BugZilla: changed bugs identification within project (to allow two bugs exists with same BugID in different projects)
- Changed: Blocked manual creation/destruction of ExceptionManager class and EurekaExceptionInfo
- Changed: ECC32/EMAKE runs from IDE without changing priority, added ECC32PriorityClass option
- Improved: Minor help and text improvements