Reputation: 16196
I added new project configuration called UAT and breakpoints are disabled. When I switch back to Debug configuration breakpoints are working
I compare Build properties between Debug and UAT and see no difference
Upvotes: 0
Views: 55
Reputation: 6436
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.
If still no help, you'd better to compare the different configuration file with the .xxproj file.
Upvotes: 1