I am debugging an ASP.NET web application using Windbg.
I am following this process to print the table name:
!dumpheap -type System.Data.DataTable
!do 6bd27818 (DataTable MT)
as !ds .printf "%mu \n", c+
!ds 0bb93b44 (TableName)
I am still a newbie to windbg, Is there a script to list all datatable tablenames?
Thanks
Solved it Thanks to http://www.infinitec.de/post/2011/08/15/Windbg-Finding-a-specific-instance-of-a-managed-object-in-a-windows-process.aspx
38 is coming from below:
!do DatatableAddress