It is possible to erase lines with Debug_DrawSurfaceArea(0).
(This is a function to check the area where the object exists)
Of course, if you do so, the display order will be out of order, which is the problem in this case.
It is also unexpected that the display order has been normalised by Debug_DrawSurfaceArea(1).
We'll hurry up and fix it.