Pdb file not created in visual studio 2015

I am developing an application using C # -MVC with Entity infrastructure (first database) VS 2015. I created a separate project for Data Access . When I create this project, either in DEBUG mode or in RELASE mode, a debug file is not created, i.e. .Pdb file . Because of this, it is impossible to get to the breakpoint. In the whole project, this file was created, except for the project

Please let me know how can I generate this .pdb file for a project in my project?

Thanks in advance!

+4
source share
1 answer

(1) pdb, " " :

enter image description here

(2) , Debug Release .

(3) - , / , DLL pdb .

Microsoft TOOLS- > Options- > Debugging- > Symbols.

+9

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


All Articles