Visit site EurekaLog Blog
December 2010
0
votes
EurekaLog 6.0.25 is out
EurekaLog Blog
– We are pleased to announce the availability of the new 6.0.25 version. 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 ...
0
votes
Tips & Tricks in EurekaLog, part 1
EurekaLog Blog
– 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 ...
0
votes
How to debug application's hang?
EurekaLog Blog
– Today’s article will cover different approaches to debugging of application’s hangs. It contains six parts: Preparations – common actions for preparing for all debugging cases. Delphi – debugging hang with Delphi. EurekaLog – debugging hang with EurekaLog. Process Explorer – debugging hang with ...
0
votes
Memory problems in Delphi apps - final article
EurekaLog Blog
– 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 ...
0
votes
ITDevCon sessions from EurekaLab s.a.s.
EurekaLog Blog
– 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 ...
0
votes
New Exception class in Delphi 2009 and above
EurekaLog Blog
– 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 ...
0
votes
Catching memory leaks, redux
EurekaLog Blog
– I tried to discuss things, that I've missed last time. Reading bug reports (or: how can I resolve mem-leak?) Well, we already talked about this before. Thought I've already said all things, but I think that it's worth to mention them one more time - more focused on mem-leaks this time. That's ...
November 2010
0
votes
Getting support from EurekaLog team
EurekaLog Blog
– Where? There are many ways to contact EurekaLog's team: support sending form: http://www.eurekalog.com/support.php forum: http://news.eurekalog.com/ (actually we also have newsgroups, but I'm not familiar with them - sorry :D ) sending e-mail to support@eurekalog.com using our support system ...
0
votes
That annoying “Source file not found” dialog
EurekaLog Blog
– 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? Well, the short answer: you don’t have Enterprise version of EurekaLog and that’s why ...
0
votes
Check your Delphi’s installation – it may be infected
EurekaLog Blog
– First of all, a brief disclaimer: This is not a notice about virus in EurekaLog! Please, do not misread/misunderstand this blog’s post. May be EurekaLog’s blog is a bit unsuitable for this kind of post, but I decided to post it here anyway. The reason for this is that this threat is quite new, so ...
0
votes
(Re)Installation of EurekaLog
EurekaLog Blog
– The new RC is going out today, so I decided that it’s perfect time to write about (re)installation process. Some of you may have troubles with it, while most other don’t. Okay, to make a clean reinstall in case of any problems, you should do the following: Close all opened Delphi/C++Builder ...
0
votes
How to read bug-reports
EurekaLog Blog
– 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. Ok, let’s ...
0
votes
Catching memory leaks
EurekaLog Blog
– 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. While any error in your application is always bad, there are types of errors, which can ...
0
votes
Access Violation in details
EurekaLog Blog
– Exception of class EAccessViolation is most common error in Delphi applications. Today I want to discuss it, its reasons and how to deal with it. This article is mostly for beginners, so it can contain not very accurate phrases. What is an Access Violation Every computer program uses memory for ...
0
votes
SDN sessions from EurekaLab s.a.s.
EurekaLog Blog
– 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".I had prepared two presentations for these sessions in OpenOffice ...



