how configure Zeus for LUA projects?

Get help with the installation and running of the Zeus IDE. Please do not post bug reports or feature requests here. When in doubt post your question here.
Post Reply
Nut

how configure Zeus for LUA projects?

Post by Nut »

The first How configure Debuger :?:
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post 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.
Nut

Post by Nut »

What a pity!
Thank you.
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

Zeus can now debug Lua code.

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

Cheers Jussi
Post Reply