lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


You can browse and search the global and registry tables as well as
metatables of any Lua program graphically using the program wxLuaEdit.
It shows a tree control with the table names and a list of the keys
and values in the tables. There are only compiled versions for MSW and
OSX and you should be able to run any reasonably normal Lua program
using it. It handles cycles by jumping you to an already opened
version of the table.

Screenshot:
http://wxlua.sourceforge.net/screenshots/wxlua_stackdialog_gtk2.png

http://wxlua.sourceforge.net

If you need to change the working directory to run your program type
this into the interactive prompt window at the bottom.

print(wx.wxGetCwd())
wx.wxSetWorkingDirectory('c:/path/to/my/program')

Regards,
    John