debug .NET object.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • none

    debug .NET object.

    Hello

    How can I see the underlying memory layout of a .NET object when I'm
    debugging a .NET application?

    Thanks

  • Paul Musso

    #2
    Re: debug .NET object.

    none avait écrit le 24/09/2008 :
    Hello
    >
    How can I see the underlying memory layout of a .NET object when I'm
    debugging a .NET application?
    >
    Thanks
    Hi,

    You can do that with a external program like .Net Memory Profiler at
    this url http://memprofiler.com/download.aspx. There is a 14 days
    evaluation period.

    --
    Paul Musso


    Comment

    Working...