Questions tagged [eurekalog]

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

EurekaLog traps exceptions in your Delphi or C++ Builder application and creates a bug report. This report contains a stack trace, system information, and an optional screenshot. EurekaLog can pop up an error dialog box at exception time and ask the user what they were doing at the time of the problem. Next, EurekaLog can send the report and other optional files back to the application developer via e-mail, FTP, HTTP, or several of the major web-based bug tracking systems: Mantis, FogBugz, BugZilla, JIRA, and Redmine are currently supported.

EurekaLog can also monitor memory and resource leaks, reporting them at application shutdown.

16 questions
0
votes
2 answers

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 via email:
user1580348
  • 5,721
  • 4
  • 43
  • 105
1
2