lua-users home
lua-l archive

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


Am 12.01.2010, 19:53 Uhr, schrieb Ignacio Burgueño <ignaciob@inconcertcc.com>:
Someone said it already, but, for the purpose of this discusion, one should think that 'debug' does not exist.

IMHO, there should be 3 access levels, not 2 like now.

(1) normal
(2) raw   -- all functions that bypass the normal control flow
(3) debug -- for debugging only

Peter