[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: What will be the future of Lua-5.2 or even Lua-6.0
- From: "Nick Trout" <nick@...>
- Date: Tue, 3 Jan 2006 10:46:04 -0800
> ..and a decent built-in debugger. :)
It might be nice to write a client for the dbgp "common debugger
protocol" for Lua.
http://aspn.activestate.com/ASPN/DBGP?_x=1
Xdebug could be a basis:
http://www.xdebug.org/index.php
This could mean that Lua could be added to commercial debuggers, like
Komodo.
I believe moves are underway to write a debugger integration for Eclipse
(but personally I find that package far too bulky/memory inefficient to
use).
Nick