25 December, 2020

Win EurekaLog license by taking a simple survey

You can win a free EurekaLog license or extension to maintenance period of your existing license.

24 December, 2020

Even empty applications have bugs

We were contacted by a person who claimed to have found a bug in EurekaLog. He justified this statement as follows: if you create a new DataSnap application and add EurekaLog to it, the application will crash with Access Violation on exit.

19 November, 2020

EurekaLog causes Integer Overflow?

We were contacted by a person who complained that his application was working fine until he added EurekaLog to it. An Integer Overflow exception was raised after adding EurekaLog to project. The exception occurred inside the _UStrCatN function (it is a function for concatenating multiple strings in RTL).

16 November, 2020

Black Friday and Cyber Monday Sale

We are pleased to announce Black Friday and Cyber Monday 30% discount on any of our EurekaLog products using the coupon code found below.

The sale starts on a day before Black Friday (November, 26) and ends at the end of day after Cyber Monday (December, 1).

Enter this code when paying for the item on our web site:

BFCM2020



Existing customers with valid or expired licenses can log in and purchase upgrades, new licenses and extensions here:

https://www.eurekalog.com/login.php

Use the login credentials we sent you at purchase time.



New customers (without existing licenses) can use the discount code here:

https://www.eurekalog.com/buy.php

09 October, 2020

EurekaLog causes AccessViolation?

We were contacted by a person who complained that his application was working fine until he added EurekaLog to it. An AccessViolation exception was raised after adding EurekaLog to project. The message was: "Access violation at address 00E15025 in module 'Project.exe'. Read of address 83EC8B69". And the stack was:
  • Contoso.pas TContosoEventMessage.BasePerform
  • Vcl.Forms.pas TApplication.WndProc
  • System.Classes.pas StdWndProc
  • Vcl.Forms.pas TApplication.HandleMessage
  • Vcl.Forms.pas TApplication.Run
  • Project.dpr Initialization
(all names have been replaced; Contoso represents some well-known library for Delphi).

28 September, 2020

EurekaLog 7.9 is out

We are pleased to announce the availability of the new 7.9 version.

21 August, 2020

23 July, 2020

EurekaLog - a native exception tracer for RAD Studio on Windows

EurekaLog is an exception tracer tool for RAD Studio (Delphi and C++ Builder). It allows you to catch every crash (exception), hang, and leak, directly on the end-user PC (without need to install/use the debugger or IDE). It creates a detailed bug report, including human-readable call stack (with names and line numbers), along with the application and system's info. Bug reports can be optionally sent to the development team via e-mail or web-based bug tracker.

21 June, 2020

Support for RAD Studio 10.4 Sydney is available in EurekaLog

We are pleased to announce the availability of support for RAD Studio 10.4 Sydney in EurekaLog.

08 May, 2020

Support for FastMM 5 is available in EurekaLog

We are pleased to announce the availability of support for FastMM 5 in EurekaLog.

10 March, 2020

09 March, 2020

How to find out why your application suddenly closes?

Sometimes there are cases when your application just silently exits, and you have no idea why. How can you diagnose such issues?