have drawlines always on?

Is there a way to turn drawlines on when not in play mode? to have them render always? I am using js

Are you talking about Debug.DrawRay() and/or Debug.DrawLine()? Whatever way you are using to draw lines, you can use ExecuteInEditMode to make a script execute in the editor.