tags:

views:

13

answers:

0

I want to be able to write a lua script in a text box on a form and then run the script while being able to list globals. I have tried LuaInterface but it does not play well with the Debugger, when i try to debug it there is no output from the lua code. Also i have tried Tao.Lua with the same result.
The binding or workaround needs to work for Visual C# 2010 Express.