Lua Command Line Debugger for Windows

Find Tips and tricks on how to better use the Zeus IDE. Feel free to post your own tips but please do not post bug reports, feature requests or questions here.
Post Reply
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Lua Command Line Debugger for Windows

Post by jussij »

The xdbLua is a Lua 5.1.2 commmand line debugger for the Windows platform.

The debugger can be used from the command line in stand alone mode, or from within the Zeus IDE.

To run the debugger from the command line just provide the script to be debugged and any optional arguments:

Code: Select all

xdbLua script.lua [optional args]
To run the debugger from within Zeus follow these instructions.

Any should be bugs or suggestions should be posted to this forum ;)

Cheers Jussi
Post Reply