Captain Comic
Captain Comic

Reputation: 16196

Breakpoint disabled in configuration

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

enter image description here

Upvotes: 0

Views: 55

Answers (1)

Jack Zhai
Jack Zhai

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.

enter image description here

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

Upvotes: 1

Related Questions