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
I got similar issue, after spending 2 days we figured out it was due to my application was terminated from out side at the same time I was debugging.