Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwu committed Feb 17, 2012
1 parent 3003f87 commit 66355a2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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

0 comments on commit 66355a2

Please sign in to comment.