Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8424383
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T03:58:26+00:00 2026-06-10T03:58:26+00:00

I am debugging an ASP.NET web application using Windbg. I am following this process

  • 0

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

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T03:58:28+00:00Added an answer on June 10, 2026 at 3:58 am

    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

    .load C:\Program Files\DebugDiag\Exts\psscor2.dll
    
    
    .foreach(entry {!dumpheap -type System.Data.DataTable -short}){.printf "%p: ", entry; du poi(${entry}+38)+c;.printf "\n"}
    

    38 is coming from below:

    !do DatatableAddress

    65675184  40007b2       34 ...ropertyCollection  0 instance 00000000 extendedProperties
    0daf0b24  40007b3       **38**        System.String  0 instance 6bbd8de4 tableName
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am debugging OOM issue in ASP.NET web application. Using perfmon counters, identified that
I get this error when debugging my ASP.NET web application after I trigger an
I have an ASP.NET Web Application project that I am using to host a
I am using SignalR in an ASP.Net Web Application project and am having issues.
Using VS2008 on my local dev machine, when I run my asp.net Web Application
I am using ASP.NET 4.0 membership api in web form application. I want to
I am so used to attach a process when debugging ASP.NET application in .NET
Possible Duplicate: Use Visual Studio web.config transform for debugging I have an asp.net application
Whenever I stop debugging an ASP.NET IIS web application it seems to take very
I am trying to make a simple web application using ASP.NET and Interop COM.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.