Visual Studio 2017 breaks in debug mode and displays the message:
Your app has entered a break state, but there is no code to show because all threa
This type of issue please check property and Accessories. We should return correct field and check value field.
Example:
private string NameField; public string Name { get { return NameField; } set { nameField=value; } }