# lua-trace **Repository Path**: akinggw/lua-trace ## Basic Information - **Project Name**: lua-trace - **Description**: No description available - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-19 - **Last Updated**: 2024-01-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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)