WriteForDebug - nonkit/SmallWikiPad GitHub Wiki

WriteForDebug

Display values using TextWindow.Write or TextWindow.WriteLine for debug.

If debug Then
  mx = GraphicsWindow.MouseX
  my = GraphicsWIndow.MouseY
  TextWIndow.WriteLine(mx + "," + my)
EndIf

Other Resources