[FEATURE REQUEST] Slate Debugger Paint

I used the widget reflector in 5.0+ to use Paint debugg and Update is a bad feature,
they have maintained good use in 4.27, can let me see my userwidget, but after 5.0+, using them will only see a white or blue or red…, I can not analyze my widget, please tell me what is the better way.
image

I think the old representation is very good, why would the new one cause the whole interface to not see anything at all, whether it’s Update or Paint


Why didn’t anyone official see this? This problem still appeared in 5.4, by the way, I tested this feature on PIE earlier (4.26) and it worked fine.

AndI think the following code is the source of problem, but i don’t know how to resolve it:
FSlateDrawElement::MakeDebugQuad(
InOutDrawElements,
InOutLayerId,
PaintGeometry,
DrawQuadColor);

the same problem, it is not clear how to use it. I thought that I just do not understand and do not know some command until I came across this topic.