With Visual Studio 2015 (IIRC, that is what you have been using), during a debugging session, we can step into constexpr functions which were already evaluated at compile-time.
This functionality appears to have been removed in Visual Studio 2017 (even in a debug build, no code is generated for the constexpr function, if all its evaluations were at compile-time).