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 6872329
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T03:54:51+00:00 2026-05-27T03:54:51+00:00

I need the size of a variable and I want that value from Windbg

  • 0

I need the size of a variable and I want that value from Windbg command line.
It’s hard and useless to compile the code and add a C++ sizeof() only to get that value.

From documentation I see that Windbg can filter after value dt /s. but displayng that value ?

  • 1 1 Answer
  • 2 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-05-27T03:54:51+00:00Added an answer on May 27, 2026 at 3:54 am

    I use the dt command on the data type and then it’s easy see the layout and size.

    0:000> dt CRect
     CrashTestD!CRect
       +0x000 left             : Int4B
       +0x004 top              : Int4B
       +0x008 right            : Int4B
       +0x00c bottom           : Int4B
    0:000> dt long
    Int4B
    

    Or use the C++ evaluator

    0:000> ?? sizeof(CRect) 
    unsigned int 0x10
    0:000> ??  sizeof(Float)
    unsigned int 4
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to increase the size of a textbox upwards, upon hover. i want
I need an array where size is known at compile time. I know I
I need help. I have many variables, that I use in my Graphics[] command,
I need to erase elements from a vector based on their value, I've tried
I've got a text field in a CR Report that is variable in size
I have come to believe that the optimal size for a boolean variable is
I have a variable declared like this in a class: Entity *array[BOARD_SIZE][BOARD_SIZE]; I need
I need to get the size of rectangle of classical windows cursor. How can
I need to change Font Size of Page Items Help Text in Oracle Apex.
I need to read the size of a file but the server is forcing

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.