DrawDebug in screen space?

I’d like to draw some debug shapes (points, lines, etc.) in screenspace. I see I can do this in 3D/world space - is it possible to do in 2D?

You can use the a HUD class and Canvas.

Take a look at this post