Our Sites
Categories
- Business (34)
- DelphiFeeds.com (82)
- General (42)
- Gurock Software (90)
- Programming (40)
- SmartInspect (116)
- Software Quality (6)
- TestRail (13)
- Virtualization (8)
- Websites (26)
Archives
Tag Archives: si-article
Working with Delphi’s new Exception.StackTrace
One feature I often miss when using Delphi is the support for proper exception stack traces at run-time. You know, those useful stack traces that show you exactly where an exception occurred, ideally with the method name and line number of where the exception was raised. Both .NET and Java have excellent stack trace support [...]
SQLite logging for Delphi with SmartInspect
David Lambert was kind enough to send us his very nice SmartInspect SQLite logging protocol for Delphi and allowed us to make it available on our website. It can be used to write SmartInspect logging data to an SQLite database instead of typical log files, allowing for customized filtering and analysis with SQL tools. This [...]
Using SmartInspect with madExcept
Inspired by our recent article about using EurekaLog together with SmartInspect, SmartInspect user Jeremy Brown ported our example to madExcept and kindly provided us with screenshots and sample code.
The example project demonstrates how to attach an event handler to madExcept and add a SmartInspect log file to madExept’s crash report whenever an unhandled exception occurs:
uses
[...]




Aspect-oriented logging for .NET with PostSharp and SmartInspect