Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Koneki » LDT with luabind
LDT with luabind [message #1416858] Tue, 16 April 2013 13:09 Go to next message
Graham Westlake is currently offline Graham WestlakeFriend
Messages: 2
Registered: April 2013
Junior Member
I'm building a scriptable application and trying to use LDT as an IDE for script development. My application exposes its C++ object model to Lua using luabind.

When stepping through scripts in Eclipse and trying to view the variables I see an error in the debugger console - "Command context_get caused: (998) No such operator defined" and get no variable display.

This doesn't seem to be an inherent problem with C++ bindings. I can build a simple app that binds a class using luaL_newmetatable, luaL_register etc. and everything works - the object is shown as a table.

But binding with luabind obviously requires something extra. It's not the tostring method.

Has anyone come across this before?

Thanks.
Re: LDT with luabind [message #1416866 is a reply to message #1416858] Thu, 25 April 2013 13:42 Go to previous message
Simon Bernard is currently offline Simon BernardFriend
Messages: 345
Registered: July 2009
Senior Member
I never test LDT with luabind, I don't know if it's work.
Perhaps, http://www.eclipse.org/forums/index.php/u/149736/ could have an idea.

If you think LDT should support Lua binding you could https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Koneki;component=LuaTools.
Previous Topic:Documenting a Function That Returns an Array
Next Topic:Can LDT debug Lua in a C app?
Goto Forum:
  


Current Time: Fri Apr 19 09:37:00 GMT 2024

Powered by FUDForum. Page generated in 0.02039 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top