When you start the app (press the green arrow or F5) in a debug configuration, you start the app in debug mode, which means you are running your app with a debugger attached . This enables a full set of debugging features that you can use to help find bugs in your app.
Read moreWhat is debug mode and when do you use it?
A debug menu or debug mode is a user interface implemented in a computer program that allows the user to view and/or manipulate the program’s internal state for the purpose of debugging .
Read more