summaryrefslogtreecommitdiff
path: root/luadebug.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* new type lua_Function for activation recordsRoberto Ierusalimschy1996-02-081-6/+8
|
* debug interface functions to manipulated local variables:Roberto Ierusalimschy1996-02-071-2/+7
| | | | "lua_getlocal" and "lua_setlocal".
* hooks for line change and function calls; first version.Roberto Ierusalimschy1996-01-091-3/+7
|
* functions now may be declared with any "var" as a name;Roberto Ierusalimschy1995-10-261-3/+4
| | | | | therefore they do not have a "baptism" name. Changes in debug API to acomodate that.
* module to declare API for debuging.Roberto Ierusalimschy1995-10-171-0/+19