-
Notifications
You must be signed in to change notification settings - Fork 0
WriteForDebug
Nonki Takahashi edited this page Apr 24, 2017
·
2 revisions
Display values using TextWindow.Write or TextWindow.WriteLine for debug.
If debug Then
mx = GraphicsWindow.MouseX
my = GraphicsWIndow.MouseY
TextWIndow.WriteLine(mx + "," + my)
EndIf
- Small Basic: How to Debug (TechNet Wiki)
Copyright © 2017-2019 Nonki Takahashi.
This work is licensed under a Creative Commons Attribution 4.0 International License.