How to disable PDB file creation in Visual Studio 2015?

为君一笑 提交于 2019-12-23 19:47:49

问题


IDE: I use Visual Studio 2015 Update 3 (Language: C#, .NET 4.5).

Issue: When I compile a release solution a PDB file is generated.

Question: How to disable PDB file creation in Visual Studio 2015?


回答1:


  1. In the main menu navigate to Project, and at the bottom Project Name Properties.

  2. In the left pane, click on Build, then you should see:

  1. Now, click on Advanced button at the bottom-right corner.

  2. Finally, you can chose None in Debug info.



来源:https://stackoverflow.com/questions/46784553/how-to-disable-pdb-file-creation-in-visual-studio-2015

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!