在Delphi中检测内存泄漏的最佳工具是什么? [英] What is the best tool to detect memory leaks in Delphi

查看:154
本文介绍了在Delphi中检测内存泄漏的最佳工具是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



两者都是免费的,而不是免费的。



谢谢

解决方案

我们在Delphi 7中使用EurekaLog。这是一个异常处理程序组件,它提供了有关异常的非常详细的信息(包括callstack !环境变量等),即使是访问冲突。但另一个很大的特点是您可以告诉它内存泄漏错误,这显示了首先在内存/对象分配的确切的代码行!这是一个商业产品,但我仍然强烈推荐。


What is the best tool to detect memory leaks.

Both free and not Free.

Thanks

解决方案

We use EurekaLog at our work in Delphi 7. It's an exception handler component which gives very detailed information about exceptions (including callstack! environment variables, etc) even for access violations. But another great feature is that you can tell it to error on memory leaks too, which shows the exact line of code where the memory/object was allocated in the first place! It is a commerical product but I would still highly recommend it.

这篇关于在Delphi中检测内存泄漏的最佳工具是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆