$ luarocks install icecream
icecream.lua enhances print debugging by providing more informative and visually appealing output.
Use ic() just like you would use print() for debugging.
Features:
- Automatically includes the expressions and their values.
- Provides contextual information to help you locate where the print statement was called.
- Outputs are designed to be easily readable, reducing the cognitive load during debugging.
For more information and usage examples, visit the project homepage.
Versions
Dependencies
ansicolors >= 1.0.2
DumbLuaParser >= 2.3
inspect >= 3.1.3
lua >= 5.1
luasystem >= 0.4.0