lua-users home
lua-l archive

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


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