Indentify every BUG showing line #
We are happy to announce the immediate availability of the new EurekaLog 4.5.6.
EurekaLog is the new add-in tool that gives to your application (GUI, Console, Web, etc.) the power to catch every exception, generating a detailed log of call stack (with unit, class, method and line #), showing and sending it back to you via email (speeding up the process of bug-locating and bug-resolving by a factor of 10).
EurekaLog represents the most advanced exception logger technology available for Delphi/C++Builder developers.
To learn more about EurekaLog, please visit our website at:
http://www.eurekalog.com
To download a demo, please visit:
http://www.eurekalog.com/downloads.php
If you would like to purchase a new license, please visit:
http://www.eurekalog.com/buy.php
--
Best regards.
The EurekaLog Team.
Related Discussions - SENDING ICQ MSGS FROM DELPHI (2001-01-03 16:54:03)I tried the ICQ Api, but never used it. I've added a simple ICQPager component to delphipages (Winsock/TCPIP).. it might help...
Q
- HOW TO LOAD/SAVE FROM/TO INI FILES WITHOUT COMPONENTS? (2001-01-05 13:55:47)Thx...:)
- .BMP ISN'T A VALID PICTURE FILE FORMAT!? UHUM!? (2001-01-05 16:59:28)I think you have to Specify
what line the text is in, like this.
Image1.Picture.LoadFromFile(Memo1.Lines.Strings);
If the text in the...
- STRANGE PROBLEM WITH OUTPUTTING THE '&' CHARACTER... (2001-01-09 05:49:53)Not a Delphi's bug... Simply the "shortcut". Put "&&" instead of "&" and it'll solve your problem...
If you are using DrawText function, you wan...
- QUICK REPORT (2001-01-10 06:39:38)I don't really understand what you mean. But I think, you want to write a table without a database. This is possible with the OnNeedData-Event of...
- SENDING FILES VIA HTML!!! .... BUT WITHOUT ANY COMPONENT (2001-01-10 01:49:06)I really don't know if this will help you or not, but I came across it a while back and thought it might be of use to you regarding how you phrased...
- HOW TO KEEP SPLASH SCREEN SHOWN AFTER APPLICATION.RUN (2001-01-10 09:08:08)Hi,
Try this:
with Form1 do
SetWindowPos(Handle, HWND_TOPMOST, Left, Top, Width, Height, SWP_NOACTIVATE or SWP_NOMOVE or SWP_NOSIZE);
This...
- HOW DOES SORTING IN A TLIST OBJECT WORK? (2001-01-11 16:39:02)Just curious as to why you selected this particular question
as the answer. I provided you with a complete example
showing how to do several...
- I NEED A E-MAIL ADDRESS TO BORLAND/INPRISE (2001-01-11 04:12:35)Cut'nPaste from www.inprise.com
Borland is revamping its bug reporting process. As part of this effort we will be reviewing the best ways to...
- OPEN URL IN DEFAULT BROWSER AND AUTO FILL FORM FIELDS (2001-01-11 16:50:36)>The only way to really do this is to use the Windows API to
>get the handle of the browser window, and then send the
>text to the window....
|