From: Milind G. <mil...@gm...> - 2012-01-05 23:36:26
|
Hi, Posting the message again to find out if it is possible to watch value of keys inside a table. When I tried that the watch just gives an error message saying: "string:Lua:Syntax error during pre-compilation" ? Just a question, does everybody just use the debug library to debug their code in Lua or is there a good graphical debugger that can help. I tried Lua Eclipse, it didn't work for me, cannot make Scite work to debug in Linux but even in windows its debugging is more command line rather than graphical. WxLua seemed to be the only solution that was working good but then I encountered this problem? Thanks, Milind On Wed, Dec 28, 2011 at 1:05 AM, Milind Gupta <mil...@gm...>wrote: > Hi, > I was able to install wxlua successfully and running the wxlua > IDE. One thing I notice that if I add a watch for a variable inside a table > it doesn't work. It just gives the error message "string:Lua:Syntax error > during pre-compilation". I tried giving the watch variable as a.hello as > well as a["hello"] but neither worked. Is this a limitation or am I doing > something wrong? > > Thanks, > Milind > |