icecream

🍦 Never use print() to debug again. A Lua port of the Python debugging utility IceCream.

$ 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

0.5.3-157 days ago7 downloads
0.5.2-173 days ago4 downloads
0.5.1-174 days ago0 downloads

Dependencies

ansicolors >= 1.0.2
inspect >= 3.1.3
lua >= 5.1
luasystem >= 0.4.0

Manifests