lua-users home
lua-l archive

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


On Wed, Jan 7, 2009 at 2:42 PM, Geoff Leyland <geoff_leyland@fastmail.fm> wrote:
> On 8/01/2009, at 11:36 AM, Asko Kauppi wrote:
>
>> The essential question in my opinion is: can you use it for debugging?
>>
>> In other words, make it easy for people to integrate a Lua executable so
>> that they can run their .lua code but debug in the module's source.  XCode
>> has a nice debugger.

That's really easy to do but needs to be setup by you the user of the
xcode project.  Just add a Custom Executable or have the xcode project
open while running the host's application from another xcode poject.
I do this all the time and it works great.

wes