lua-users home
lua-l archive

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


LuaEdit has a dll to do real time debugging, but it's not playing nice with LuaPlus.  LuaEdit wants to be in charge of creating and destroying the VM and so does LuaPlus.  So far I've tried to hack LuaPlus to accept the VM that LuaEdit creates, but it's crashing on startup.  So I thought I'd ask here and see if anyone else has tried to use these two together for debugging.

I'm using LuaPlus build 1081 and whatever the latest version of LuaEdit is.

Thanks!