在配置中禁用断点

时间:2017-06-15 08:56:36

标签: c# visual-studio debugging

我添加了名为UAT的新项目配置,并禁用了断点。当我切换回Debug配置断点正在工作

我比较Debug和UAT之间的Build属性,看不出差异

enter image description here

1 个答案:

答案 0 :(得分:1)

I think you would check that whether it has the debugging output files in your UAT folder like the pdb file or others after you rebuild your app.

Please also view the Advanced window, and make sure that debug info=full.

enter image description here

If still no help, you'd better to compare the different configuration file with the .xxproj file.