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

  • Home
  • SEARCH
  • 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 7740773
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T08:51:56+00:00 2026-06-01T08:51:56+00:00

When debugging a C++ Project using Visual Studio 2010, it cannot find the source

  • 0

When debugging a C++ Project using Visual Studio 2010, it cannot find the source for crt. When I am trying to go inside one such module, it displays “No Source Available”. It also does not provide an option to Browse so that I can help it locate the source location.

Under the Option Solution->Common Properties->Debug Source Files, the proper location to the crt source is updated.

In lack of source level debugging of crt I have to read through the disassemble which is getting difficult.

Can anyone help me figure out what might be going wrong?

Please Note ** I am using an external build system via Visual Studio to build my C++ Project.

With the guidance of Hans here how I narrowed down to the problem.

While the breakpoint was still active, I listed all the Symbol Load information. I realized that msvcr100d.i386.pdb did not match the dll. It actually went all the way down to fetch from the microsoft public symbol store which off course had the symbols stripped off. So that was the root cause of my problem.

And here is a similar problem in social.msdn

  • 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-01T08:51:58+00:00Added an answer on June 1, 2026 at 8:51 am

    You can see the cause of the problem by using Debug + Windows + Modules while you have a break active. Right-click msvcr100d.dll and select “Symbol Load Information” to get info about the .pdb that the debugger uses.

    For some reason the Microsoft Symbol Server supplies one that has the source info stripped. It is probably intentional, something to do with service and security patches of the DLL getting out of sync with the source code in vc/crt/scr. You can get a real answer instead of a guess by posting to connect.microsoft.com

    A workaround of sorts is to compile your code with /MTd instead of /MDd, if that’s possible at all. Project + Properties, C/C++, Code Generation, Runtime Library setting. The debugger will then use the .pdb file in vc/lib. Do keep your eyes on the ball, debug your code instead of the CRT’s.

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

Sidebar

Related Questions

I'm trying to debug MVC source code in Visual Studio 2010 using the Microsoft
I'm trying to write an Outlook Addin in C# using Visual Studio 2010 and
Using Visual Studio 2010 I created an Office 2010 Word add-in project that has
I'm using Visual Studio 2008 trying to debug a C# project. I had some
I'm using Visual Studio 2010 to create a client/server game(C#). I find myself doing
I'm using Visual Studio 2008; is it possible to configure a project debugging options
I'm interested in tips and tricks regarding debugging a C/C++ project in Visual Studio's
Problem Description: Occassionally when debugging, I get the following error. I'm using visual studio
I'm trying to migrate my Outlook 2007 add-in to Outlook 2010 and Visual Studio
I'm using Visual Studio 2010 to write a simple C#/.NET GUI app, wherein I

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.