Currently working on an IMGUI (it's probably the third time now and the stupid layouting and scrolling etc. was always wrong)
So today, I realised that I can generate a list of the draw commands and hovering over them gives me some debug data, like some bounding boxes
Also, clicking on such an element will trigger a debug break in the corresponding draw function of the element, which is insanely helpful