Visual Studio 2008: how to load source code during debugging

When debugging in Visual Studio 2008, I get the error message "Source code is not available for current location", but it does not offer me to search for source code. If I click "Show Disasembly" and then right-click to select "Go to source code", I get the error message "Source code does not appear.

How to download source code in debug mode?

Edit: I have the source code (this is just another class that is not part of this solution) and compiled in debug mode.

+3
source share
5 answers

. , . 20 .

+1

, , .. , :

, , ", " " ".

VS2008.

+5

, dll, . Debug.

0

It looks like you're trying to debug something that you don't have source code for. See: this .

0
source

When this happens to me, I just add this project to my solution. In addition, you should be able to load the PDB assembly into your characters.

0
source

Source: https://habr.com/ru/post/1712112/


All Articles