Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Lua Development Tools » LDT with luabind
LDT with luabind [message #1042413] Tue, 16 April 2013 11:56 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 #1049189 is a reply to message #1042413] 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 works.
Perhaps, Julien Desgats could have an idea.

If you think LDT should support Lua binding you could open a enhancement.

[Updated on: Thu, 25 April 2013 13:42]

Report message to a moderator

Previous Topic:Documenting a Function That Returns an Array
Next Topic:Can LDT debug Lua in a C app?
Goto Forum:
  


Current Time: Wed Apr 24 20:39:18 GMT 2024

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

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

Back to the top