Benjamin CABE Messages: 146 Registered: July 2009 Location: Toulouse, France
Senior Member
Ah, good catch, thanks!
We have refactored some code (yesterday, actually!) and the debugger files are now in a different location... I forgot to update the wiki page accordingly, which I did now.
Thanks, I took me a while to get it to work because the variables are not working well. I guess you have to select the project and file you want to run to make sure resource_name and project_loc are correct. I had to hard code them to get it to work.
Is there any way to get the eclipse ide to behave just like the ldt standalone for lua projects? I would like to setup eclipse to due lua and C/C++ side by side. I could modify the ldt standalone to do this I guess? (I'm new to eclipse)
1. Run debug configuration. This sets up a DGBT server in the debug window. Times out in about 30 seconds if nothing else is done.
2. Run the external run tool which runs lua on the the specified file(hard coded ;/)
Is there anyway to have the debug run the the external tool automatically so it is not a two step process? Or do I have to select the project/file I want to run when clicking debug(I have the project and debug window in same pane so I can't do that unless I change it)?