Page 1 of 1

how configure Zeus for LUA projects?

Posted: Mon Sep 26, 2005 1:08 pm
by Nut
The first How configure Debuger :?:

Posted: Mon Sep 26, 2005 2:19 pm
by jussij
The Zeus debugger support is based around the semi-standard GDB style of command line debugger interface. I am not sure if there is in existence a GDB based Lua debugger, which would mean this configuration will be a little difficult :(

I think you might be better of opting to use some sort of stand alone Lua debugger (if such a thing exists) and either setting up a Zeus tool to start the debugger, or alternatively using the debugger options of the workspace to define the debugger command line.

Cheers Jussi.

Posted: Tue Sep 27, 2005 11:40 am
by Nut
What a pity!
Thank you.

Posted: Sat Sep 21, 2013 12:57 pm
by jussij
Zeus can now debug Lua code.

There is an example video on this page: http://www.zeusedit.com/lua.html

Cheers Jussi