Your app has entered a break state, but there is no code to show because all threads were executing external code (typically system or framework code)

Gerard picture Gerard · Oct 8, 2017 · Viewed 64.2k times · Source

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 threads were executing external code (typically system or framework code).

The message is in the Break Mode Window.

What to do?

Answer

Led Machine picture Led Machine · Dec 20, 2017

Click on "Continue execution"

enter image description here

Then you will have the stacktrace in the output tab

enter image description here