Common windbg commands in the UI version

Source: Internet
Author: User
1. view the memory usage information of the object.

1.1 view the memory usage information of all objects, including: memory address, number of objects, byte size, and Object Type

! Dumpheap-stat

1.2. Type Filtering

// All dictionary objects

! Dumpheap-type system. Collections. Generic. dictionary '2 + entry [[system. int32, mscorlib]

1.3. namespace Filtering

// All objects in the system namespace

! Dumpheap-type system

1.4. filter out the memory space occupied by objects

// View memory usage information of objects of the specified type, in bytes greater than or equal to 1000 ! Dumpheap-type system. Collections. Generic. dictionary-min 10002. view the object information of the specified memory address ! Heap-stat-H 05a9078c

3. view the root location of the Object Reference

 ! Gcroot 059c9820

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.