Do you ever use print() or log() to debug your code? Of course you do. IceCream, or ic for short, makes print debugging a little sweeter.
ic() is like print(), but better:
* It prints both expressions/variable names and their values.
* It's 60% faster to type.
* Data structures are pretty printed.
* Output is syntax highlighted.
* It optionally includes program context: filename, line number, and parent function.
ic() is like print(), but better:
* It prints both expressions/variable names and their values.
* It's 60% faster to type.
* Data structures are pretty printed.
* Output is syntax highlighted.
* It optionally includes program context: filename, line number, and parent function.
- Homepage
-
License:
MIT - Download HPKG file