# Debug Draw Wireframe boxes, spheres, axes, and rays. ```{raw} html ▶ Run in browser ``` **Tags:** `debug` `DebugDraw` lets any node scribble world-space wireframes for visualising collisions, raycasts, AI targets, and other invisible state. Primitives persist for a single frame. ## Source ```{literalinclude} ../../examples/features/debug/draw.py :language: python :linenos: ```