This is an extremely powerful tool for advanced blueprint modders to make debugging of blueprint mods during runtime significantly easier.
The live view debugger lists every mounted object, and allows you to view and edit the exact values of every property of every object, during runtime.
If you want to watch the how the value of something changes during runtime, you can assign a watch to the property and it will log every value (which you can log to a file).