| EurekaLog is an add-in tool that gives to your application (GUI, Console, Web, etc.) the ability to catch every exception (even those raised by memory leaks) and every infinite-loops/deadlock bugs, generating a detailed log of call stack (with unit, class, method and line #), showing and sending it back to you via email. It's easy to use because it's fully integrated into the IDE (as a matter of fact, you need only a single rebuild to add this new ability to your applications), it does not decrease application performances (because it works only when exceptions raise) and it increases the compiled file size just by 0.5% - 4% about (it uses this space to store some additional, compressed and encoded debugging information). |