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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T02:11:48+00:00 2026-06-16T02:11:48+00:00

In the Call Stack window of Visual Studio 2010, what does the byte offset

  • 0

In the Call Stack window of Visual Studio 2010, what does the byte offset refer to next to the line number?

Test.exe!__tmainCRTStartup()  Line 547 + 0x2c bytes

How come some stack frames have a byte offset and others don’t?

  • 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-16T02:11:49+00:00Added an answer on June 16, 2026 at 2:11 am

    The debugger in general has only the addresses of public symbols, like __tmainCRTStartup(). But code may be executing inside of that function at any offset from the start of the function. Without any symbol for that. So you are seeing the offset from the address of the symbol.

    Notable too are cases where you are debugging release build code, you may be seeing a large offset due to code executing inside a function whose symbol didn’t make it into the .pdb file. The line number would then also be missing, very typical for release build code since line numbers get meaningless after the code optimizer moved code around. The line numbers were stripped from the .pdb file by the linker’s /PDBSTRIPPED option.

    An offset like +0x2c is a pretty reliable indication that it is actually inside the named function. Odds go down progressively the larger the offset. The symbol you see for, say, a +0x2000 offset is almost certainly unreliable. Not uncommon when you debug with the symbol files for the Windows system DLLs.

    Long story short: you see the offset of the executing instruction from the start of the function.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

What is the purpose of the Call Stack window in Visual Studio?
I have found that call stack helps in finding the line number of a
After rewriting a VB.NET assembly with Mono.Cecil the 'Call Stack' debugging window in Visual
Is there a way to monitor the call stack size in Visual Studio ?
I have been playing with the Command Window in Visual Studio (View->Other Windows->Command Window).
I've been having some serious issues with Visual Studio 2010 as of late. It's
I'm trying to debug MVC source code in Visual Studio 2010 using the Microsoft
when my application crashes, I see in call stack window that crash occured in
In windows operating system, the stack memory is a thread-specific storage, and the call
Is it possible to view the complete list of call stack for a given

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.