2

I am trying to use conditional breakpoints to break when a certain value is set but visual studio keeps throwing an exception. This seems to happen for all different data types and different versions of visual studio (2017, 2019). I've installed all the latest updates for both versions and the issue still occurs. Does anyone know how to fix this issue (pictures below)?

exception message

conditonal break point settings

Xss
  • 211
  • 1
  • 12

1 Answers1

2

It could be that you need to switch to Managed Compatibility Mode. This link explains how

Adam McMahon
  • 765
  • 3
  • 24