Skip to content

Cannot find source code matching msvcp140d 14.32.31332.0. #3060

Answered by AshleyT3
AshleyT3 asked this question in Q&A
Discussion options

You must be logged in to vote

Something nagged at me ... the ostream file is a header file so I'm not certain why the VS 2022 debugger uses the msvcp140d.dll PDB for header files I include in my EXE (I would expect my EXE's PDB to be used), but when using the shared runtime (default for C++ console project), that's what VS debugger seems to require.

When I switch my VS C++ project to statically link to the runtime, it uses my app's PDB for the STL header in question, where debugging experience vastly improves given source matches debugging location/binary. FYI in case anyone runs into this.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by AshleyT3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant