See also createDebugLabeler for customizing the labeling function, for example to debug the pixel sizes instead of position/size:
consoleDebugWindow(clone, 50, createDebugLabeler({ showPxSize: true, showSize: false, showPos: false, getWin: () => clone}))@ Copy
consoleDebugWindow(clone, 50, createDebugLabeler({ showPxSize: true, showSize: false, showPos: false, getWin: () => clone}))@
See also createDebugLabeler for customizing the labeling function, for example to debug the pixel sizes instead of position/size: