Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 321 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 321 Bytes

lua-watcher

Print lua call stack, limit the func in specific files, eliminate too many noisy funcs. Simply use debug.sethook with "crl" may print too many funcnames, with not intendation. Some times we just want to print funcs in some specifice files, and formate it with intendation. compatible with lua5.2