Dear all,

Suppose you are develope with C++ or Python or bash :
in c++ :
you have cout << "blahblah" << endl;
in python :
print "blahblah"
in bash:
echo -e "blahblah\n"
or printf  command

in lua we have print command for printing.

Suppose I'm develope a software with a language programming  such as python and i'm forced to debug and put debug section  into my program such as :

###DEBUG
print myvar
###END_DEBUG

But i googled about rc.lua not awesome development, I found Xephyr  such as maemo on N900 cell phone.
But i have a question:
How can i print my variables or tables or etc in rc.lua?  Where? in pts? in tty? Please guide me....

--Regards
Mohsen


-- To unsubscribe, send mail to [email protected].

Reply via email to