Our Sites
Categories
- Business (35)
- DelphiFeeds.com (94)
- General (43)
- Gurock Software (125)
- Programming (44)
- SmartInspect (132)
- Software Quality (6)
- TestRail (38)
- Virtualization (8)
- Websites (26)
Archives
SmartInspect Pages Cloud
delphi unicode asp.net monitoring debug java debugging log4j logging trace delphi tracing asp.net exceptions errors debug .net debugging log4net log4n .net monitoring debug java debugging vb.net logging trace java tracing java exceptions errors delphi monitoring delphi debugging trace .net tracing delphi exceptions errors nlog asp.net logging tracing eurekalogTestRail Pages Cloud



Debugging with FastMM4
We’ve been playing with FastMM4 and its debugging capabilities this evening. They are quite impressive: you can get detailed listings of memory leaks with callstack information and see who’s responsible for it, get informed about invalid memory usages and so on. And this without using any additional memory profilers or other tools, you just need to enable the debug mode of FastMM4 and recompile your application. If there are any problems with your application, you then get a log file with detailed reports. Really nice.
We tried it with the SmartInspect Console and just by enabling the debugging functionality of FastMM4 we noticed and fixed a dangling pointer problem of a third-party library. FastMM4 isn’t just a performance wonder, it’s a really useful debugging aid as well.