Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
how to print line number & module's name in the Output window — Gideros Forum

how to print line number & module's name in the Output window

AhBadianeAhBadiane Member
edited June 2013 in General questions
To make a quick debugging, how to print the next thing "module = main.lua, line = 123" in the Output window

print ("module =" .. intruction1, "line =" .. instruction2)

The line representing the line containing this print()
AhBadiane

Comments

Sign In or Register to comment.