|
Free advanced logging tool SmartInspect Personal officially released
Gurock Software, a German startup specialized in software development tools, announces the official release of SmartInspect Personal. SmartInspect Personal is a feature-reduced edition of SmartInspect Professional, the advanced logging tool for debugging and monitoring .NET, Java and Delphi applications.
We provide this edition for hobbyists and open source developers to offer them a complete logging solution at no cost. You can download SmartInspect Personal directly from Gurock Software: http://www.gurock.com/
ABOUT SMARTINSPECT
SmartInspect is an advanced logging tool for debugging and monitoring .NET, Java and Delphi applications. It helps you to identify bugs, find solutions to user problems and gives you a clear understanding of how your software works in different environments and under different circumstances.
FEATURES
SmartInspect Personal contains many advanced features to help developers debug and monitor their applications.
* Advanced logging libraries for .NET, Java and Delphi
* Log messages, errors, objects, variables, files and more
* Support for TCP/IP and log files
* Powerful viewer application to debug and monitor your applications
* Full documentation of the libraries and the Console included
* Setup with automatic IDE and editor integration
LEARN MORE & DOWNLOAD FOR FREE
More Information: http://www.gurock.com/products/smartinspect/personal/
Download Personal: http://www.gurock.com/downloads/
If you have any questions about SmartInspect Personal, Gurock Software or this announcement, do not hesitate to contact us at info@gurock.com.
Related Discussions - HOW TO FREE UP A QUICKREPORT COMPONENT IN MEMORY...? (2001-01-09 08:05:01)Use :
Begin
if RepForm=Nil then
RepForm:=TRepForm.Create(Application);
End;
- PRINTING A PDF FORM (2001-01-07 03:57:11)Hello Tom,
If you find a delphi solution to bypass the acrobat Printer i am very interrested.
Actually i am printing a lot of invoice to the...
- HOW CAN I "FORCE" WINDOWS TO CREATE A LINK TO A SPECIFIED FILE? (2001-01-06 09:12:17)Hi,
This should help:
uses
ShlObj, ActiveX, ComObj, Registry;
var
MyObject: IUnknown;
MySLink: IShellLink;
MyPFile: IPersistFile;...
- HOW CAN I ROTATE A PICTURE? (2001-01-07 05:18:51)Hello
You can download TRotateImage for Delphi 3-4-5 at
http://www.crosswinds.net/%7Ekhojasteh/rotimg.html
This component works with...
- HOW DO I STRETCH THE SIZE OF FORM WHEN SCREEN RES INCREASED? (2001-01-09 03:54:00)first of all i am not sure what is your requirement
are u concerned with first time sizing of your form on initialization or do you want to...
- CLOSE AN APP I JUST OPEN WITHIN DELPHI (2001-01-12 13:32:36)See this component... TRunner.
http://sedlan.com/runner.php
Key Features
Available for Delphi versions 3, 4 and 5
Get the handle of the...
- REGISTRY BINARY DATA (2001-01-09 23:42:13)I took this from a newsgroup and was originally posted by Ralph from Team B.
uses
Registry;
procedure...
- HOW TO ADD A TLISTBOX TO A FORM AT RUNTIME? (2001-01-10 05:05:44)Just add "listbox1.parent:=form1" after "create"...
- HOW TO KEEP SPLASH SCREEN SHOWN AFTER APPLICATION.RUN (2001-01-10 07: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 14: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...
|