I am new to lua language and I have written a lua code of which i want to do code review using lua-inspect . I am using ZeroBrane studio as an IDE.
Asked
Active
Viewed 83 times
-1
-
Have you looked in the zerobrane [documentation](https://studio.zerobrane.com/doc-lua-debugging) ? – kingJulian May 07 '18 at 09:37
1 Answers
2
lua-inspect is already integrated into ZeroBrane Studio. You can run it on a current file using Project | Analyze
. See the documentation for other related static analyzer options.

Paul Kulchenko
- 25,884
- 3
- 38
- 56