GunSmoker
Short Answer Yes, EurekaLog supports CLang and LLVM in both 32 and 64 bits – with some limitations. Exception is the very recent “Windows 64-bit (Modern)” platform, which was added into the RAD Studio 12… … Read more
1 year ago in bug reports, compiling, Delphi, EL 7.x, feature, technical, win640
GunSmoker
EurekaLog is an exception tracer, i.e. a tool that installs hooks and catches exceptions being thrown, allowing you to generate a report on unhandled exceptions. However, it does provide various kinds of additional functionality that… … Read more
3 years ago in additional features, Delphi, EL 7.x, feature, how-to, technical0
GunSmoker
EurekaLog 7 now supports integrated bug trackers of GitLab and GitHub. GitLab is a web-based DevOps lifecycle tool that provides a Git-repository manager providing wiki, issue-tracking and continuous integration and deployment pipeline features, using… … Read more
3 years ago in Delphi, EL 7.x, external, feature, other tools, Releases0
GunSmoker
Do you know what the different colors in the callstack mean? These colors help you to understand how call stack was build: Red means crash or leak location. This is the exception’s address. Each bug… … Read more
4 years ago in bug reports, Delphi, EL 7.x, feature, how it works, technical, tips0
GunSmoker
We are pleased to announce the availability of support for FastMM 5 in EurekaLog. FastMM is a fast replacement memory manager for Embarcadero Delphi applications that scales well across multiple threads and CPU cores, is… … Read more
5 years ago in Delphi, EL 7.x, external, feature, Memory Leaks, other tools, Releases0
GunSmoker
EurekaLog 7 now supports Exceptionless bug tracker software. Exceptionless is a popular crash tracker software. It offers hosting service, as well as freeware self-hosting, and allows external connections via REST/JSON based API. Exceptionless is NOT… … Read more
5 years ago in Delphi, EL 7.x, external, feature, other tools, Releases0
GunSmoker
EurekaLog’s code can be used to easily send arbitrary e-mails from your code. Option 1 Use EurekaLogSendEmail function from ESendMail unit. For example: EurekaLogSendEmail(‘recepient@example.com’, ‘Subject’, ‘Body’); or like this: if not EurekaLogSend… … Read more
6 years ago in Delphi, EL 7.x, feature, how-to, technical0
GunSmoker
This article will show you how to register and use Threads Snapshot tool to capture call stacks of unhandled exception crash of any process. When application throws exception which is not handled by application’s code… … Read more
8 years ago in debugging, Delphi, EL 7.x, external, feature, Tools0