最近发现应用程序不断的增加,有人建议我用Memeory Debug
Memeory Debug是一个工具吗?没有搜索到,请赐教,谢谢!

解决方案 »

  1.   

    1. 楼主说的应该是memory debug
    2. .net 下你可以使用CLR Profiler(Application Profiler)来进行内存调试。当你觉得有泄漏的时候,点那个'show heap now' 按钮......
      

  2.   

    CLR Profiler for .NET 2.0 以及.NET应用的调试和Profiler
    [ 2005-12-08 12:34:32 | Author: ccBoy ] http://www.microsoft.com/downloads/details.aspx?FamilyId=A362781C-3870-43BE-8926-862B40AA0CD0&displaylang=en
    这是官方的.NET 内存Profile 的工具,现在终于可以下载2.0 版本的了。下面介绍两个非常有用的文章,特别是你要调试.NET/ASP.NET 的应用
    Off Road Profiling of ASP.NET Applications 
    David Gray, Developer, Dynamic Analysis Team, VSTS
    http://blogs.msdn.com/graycode/articles/AspNetOffRoadProfilingArticle.aspx而这里收录了有关.NET Profiler 的许许多多文章(22篇)
    The Profiling Team’s Greatest Hits: Volume One 
    https://blogs.msdn.com/ianhu/archive/2005/06/09/427327.aspx