How are we doing? Please help us improve Stack Overflow. Take our short survey

Questions tagged [eurekalog]

EurekaLog is an exception tracer tool for Delphi and C++ Builder applications.

eurekalog
Filter by
Sorted by
Tagged with
1 vote
1 answer
182 views

Can not use Eureka Log function in module

I am getting some error while running my Delphi XE2 application with Eureka log. I have a licensed copy of Eureka Log and follow all the steps as per document, but still getting the error below: ...
A B's user avatar
  • 1,501
0 votes
1 answer
121 views

Get the EurekaLog call stack of a specified thread at any time [duplicate]

Is it possible to get current call stack of a thread with specified thread id without any exception? GetThreadCallStack (ThreadId)?
Dmitry Belkeivch's user avatar
2 votes
1 answer
210 views

Delphi EurekaLog and OmniThreadLibrary incompatible?

I have a simple program that creates an OmniThread workerpool in the 'initialization' of a unit and destroys the same pool in the 'finalization' of that unit. This works fine as long as we do not use ...
Laurens's user avatar
  • 325
1 vote
1 answer
133 views

Convert a snippet of Delphi code to C++Builder

I am working with the EurekaLog bug catcher for Delphi/C++Builder. All of their examples are in Delphi and I am using C++Builder. The Delphi code below is one of their examples that causes a software ...
homebase's user avatar
  • 723
1 vote
1 answer
375 views

How to get call stack of a handled exception using EurekaLog

I'm using Delphi 7 and EurekaLog 7 (in compatibility mode) and simply want to get call stack of a handled exception, like procedure CrossThreadFunc; begin try SomeCode; except on E: ...
Brian Hawk's user avatar
10 votes
1 answer
512 views

Correct logging within thread without dialog with Eurekalog

I have a Delphi 10 project using the latest version of EurekaLog. I'm currently using EurekaLog to help me debug problems in my production clients. I noticed that EurekaLog wasn't registering errors ...
Pascal's user avatar
  • 2,954
2 votes
2 answers
323 views

How to set e.message before Eurekalog call

I'm using the code below to try to create a custom error message for logging by EL. The code works for logging myself (ie when {ifNdef EUREKALOG}) - in which case the '(Extra Info)' shows in the ...
Freddie Bell's user avatar
  • 2,236
3 votes
0 answers
335 views

EurekaLog analog for Visual Studio

Delphi developers remember the awesome tool called EurekaLog, it is nice exception reporting tool that integrates into the application. The question is addressed to the .NET developers who are using ...
Andrei Tarutin's user avatar
2 votes
1 answer
611 views

Why the debugger won't take me to the line that generated an AV?

I have a program that started to crash on shutdown. The debugger shows: --------------------------- Debugger Exception Notification --------------------------- Project Project1.exe raised exception ...
IceCold's user avatar
  • 20.7k
1 vote
2 answers
463 views

Delphi XE8 Application handling and 3rd party exception handling tools

I have given to maintain a project in delphi for which I don't have a clue :). It was converted to XE8 from D5. So it has a lot of custom things ( I am replacing some custom Object lists with ...
Apostolos's user avatar
  • 7,953
1 vote
2 answers
1k views

Get the call stack from EurekaLog at any time

There are many posts on SO about getting the call stack for exception handling, and we have EurekaLog for handling that, but I really want to be able to get the stack at any point during runtime, just ...
SiBrit's user avatar
  • 1,480
1 vote
1 answer
116 views

Parallel installation of EurekaLog 6.1 and 7

According to this blog post Using EurekaLog 6 and EurekaLog 7 on the same machine and/or in the same IDE version a parallel installation of EurekaLog 6.1 and 7.x on the same machine is possible. ...
sausagequeen's user avatar
6 votes
1 answer
1k views

What is 'Limited Debug Information'? (Full “Debugging Information" generates huge EXE files)

I installed Delphi XE7 recently. When I first compiled an old app my jaw dropped when I have seen that the size of the EXE increased with 10MB! Playing in the 'Project options' I discovered that ...
IceCold's user avatar
  • 20.7k
0 votes
2 answers
188 views

Eurekalog "HTTP upload": How can I send the program name?

In several Delphi XE2 projects, I have set up Eurekalog to send bug reports via "HTTP upload" which works well, as I use a PHP script to catch the bug report, save it in a directory and send it to me ...
user1580348's user avatar
  • 5,855
1 vote
3 answers
2k views

How to deploy with eurekalog?

I'm having a problem trying to deploy an application with eurekalog to solve some memory leaks that happen in a specific scenario. When I configure my app project to use eurekalog under the delphi IDE ...
dmd_anfini's user avatar
1 vote
2 answers
532 views

Now that TEurekaExceptionRecord is deprecated in EurekaLog 7, what replaces LogText?

While migrating from EurekaLog 6 to 7, I came to notice a compiler warning that TEurekaExceptionRecord is deprecated and I should use TEurekaExceptionInfo. In my Delphi 7 app with EurekaLog 6, there ...
user avatar