-
Notifications
You must be signed in to change notification settings - Fork 40
cloudwu/lua-trace
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
It's trace tool for lua.
You can use trace.trace("varname") to trace the code execute. For example, if you run "lua main.lua" , you may got
main.lua : 12
main.lua : 4
n local 100
main.lua : 7
main.lua : 4
n local 99
main.lua : 7
main.lua : 4
n local 98
main.lua : 7
main.lua : 13
n global nil
s local 9.3326215443944e+157
http://blog.codingnow.com/2012/02/lua_trace.html (In Chinese)
About
Trace for debug lua
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published