我想在我们的自动化单元测试中添加内存泄漏检测. ReportMemoryLeaksOnShutdown将检测任何内存泄漏.最大的问题是它将结果打印到模态对话框,该对话框必须由用户手动关闭.这在构建服务器上
有没有办法将ReportMemoryLeaksOnShutdown的输出重定向到其他地方?例如,将信息打印到文件?
doco说:
the Memory Manager will scan the
memory pool when it shuts down and
report all unregistered memory leaks
in a message dialog.
我正在使用Delphi 2010
从sourceforge下载完整版的 FastMM4.您可以将其配置为写入FastMM4Options.inc中的日志文件;只需查看下载中的自述文件和FAQ文件即可获得详细信息.具体来说,查找有关FullDebugMode和LogErrorsToFile的信息,以及FAQ自述文件中的第三个或第四个问题.