How to print callstack into log?

Previously, you could do: UnrealEditor-Core!PrintScriptCallstack()

In the immediate window. But now you need to use the exact name of your product. You can find the core module within Visual Studio’s Modules window, if your game is Mario it might be:
MarioEditor-Core!PrintScriptCallstack()