PDA

View Full Version : Debug or log for LUA script



manul
December 30th, 2004, 09:42 PM
I have searched for information how to debug LUA-scripts. I am trying to use the print command but I can't find how I can see the print result, there are no debug window and I can't find any log file. So where do I find the print output?

Netremote is a great product, but as it now is i commercial products I think it lacks a lot of documentation as you can demand from a product that you pay for. So please try to catch up with the documentation

BR

Ulf Månsson

danward79
December 30th, 2004, 11:56 PM
You can't see the print command output in NR.

The way to do it is set a button up in your ccf, that can show the variable using NetRemote.SetVariable

mhwlng
December 31st, 2004, 04:59 AM
actually print() works fine on win32 :

just run this program

http://www.sysinternals.com/ntw2k/freeware/debugview.shtml

Marcel