15 September, 2011

EurekaLog 6.5.12 for .NET is out

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

22 July, 2011

EurekaLog 6.1.02 is out

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

30 December, 2010

Introducing EurekaLog 6.1

We made a present for our customers at New Year 2010-2011 by releasing EurekaLog 6.1. So... what's new?

01 December, 2010

ITDevCon sessions from EurekaLab s.a.s.

There was a ITDevCon conference recently - 17-19th November 2010. I (Alex) took two sessions on this event: "Advanced features of Delphi's debugger" and "How to debug application's crash".

I had prepared two presentations for these sessions in OpenOffice Impress and some accompanied text in OpenOffice Writer for this event. And I thought that you may be interested in those materials, so I decided to publish them.

You can download both sessions in one archive here.

22 November, 2010

EurekaLog 6.0.25 is out

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

27 July, 2010

EurekaLog 6.0.24 is out

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

08 June, 2010

SDN sessions from EurekaLab s.a.s.

There was a SDN event recently - 18th May 2010. Fabio Dell'Aria took two sessions on this event: "How to find the exception source line of a just delivered software" and "How to prevent source code bugs and speed-up the testing phase".

How to debug application's hang?

Today’s article will cover different approaches to debugging of application’s hangs.

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.

30 March, 2010

Memory problems in Delphi apps - final article

I've published several articles already, which cover different aspects of memory's issues. I'm going to give a short review of these articles first and then finish this series with current article. If you didn't read my previous articles or if you're a newbie - I recommend to read them from first to last before you'll start reading this one.

02 March, 2010

EurekaLog 6.0.23 is out

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

16 February, 2010

15 December, 2009

EurekaLog 6.0.22 is out

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

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?

10 November, 2009

Tips & Tricks in EurekaLog, part 1

Many our customers often ask trivial questions about how to do different things with EurekaLog. Well, we have a bit of documentation (chm-file and online one), which describes some public internals, which you can use to customize default behavior. Apparently, this is “dictionary”-like style documentation. In order to use it, you must study all pieces and then come with some way of putting them together to get the desired behavior. Looks like this is too much work for many people, as they continue to ask trivia questions like “My application runs in unattended environment. How can I disable EurekaLog's dialog?”.