Visual Studio 2015 project no longer runs in debug mode

Use the Configuration Manager to check what the actual settings are for the Debug configuration – it’s at menu BuildConfiguration Manager… – in case they are set to use Release:

Configuration Manager

Also, make sure the project is defining DEBUG correctly, and that “Optimize Code” is not checked:

Properties

Leave a Comment