Showing posts with label how it works. Show all posts
Showing posts with label how it works. Show all posts

28 August, 2025

EurekaLog and Windows Service Applications

We were contacted by a customer who wondered how EurekaLog works in service applications, considering it has options like freeze detection, while service apps don't have main thread.

21 August, 2020

20 June, 2012

EurekaLog 7 files layout and recompilation of EurekaLog

This article will explain files layout for EurekaLog 7 installation and recompilation of EurekaLog (applicable only for Enterprise edition).

05 May, 2010

New Exception class in Delphi 2009 and above

Exception class from SysUtils unit is a base class for all exceptions in your application. It wasn't changed since Delphi 2, if I remember correctly. But now, it got new properties and, thus, new features - starting with Delphi 2009 and above. So, I decided to give an overview of new capabilities of Exception class.

16 February, 2010

01 December, 2009

That annoying “Source file not found” dialog

If you don’t have Enterprise edition of EurekaLog (the one, that comes with sources) – sometimes you may encounter “Source file not found” dialog like this:


What is this dialog? And what does it want from you?

28 July, 2009

How to read bug-reports

Well, recently I’ve noticed that there are many people, who have certain difficulties with reading and/or understanding bug-reports. There are many related questions both on support and forums. While it is quite surprising for me, it looks like there is a problem, which need to be solved.

26 May, 2009

Catching memory leaks

Before return to discussion of other ways to catch "bad" pointers - I wanted to talk about memory leaks and tools for its diagnostics. As we'll see later, this topic is very close related to our previous talk.

21 April, 2009

Optimal project settings

Today I want to discuss various project's options, related to debugging.

14 April, 2009

EurekaLog for Shareware developers

Hi. Today I want to browse EurekaLog's features that is related to shareware developers.

31 March, 2009

EurekaLog's anti-freeze feature

As you know, EurekaLog is a great tool to catch exceptions in your application. Though there are some cases which you want to consider as "bugs", but there is no exception to catch it!