icecream
Never use print() to debug again; inspect variables, expressions, and program execution with a single, simple function call.
Never use print() to debug again; inspect variables, expressions, and program execution with a single, simple function call.
To install this package, run one of the following:
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:
Summary
Never use print() to debug again; inspect variables, expressions, and program execution with a single, simple function call.
Last Updated
Sep 14, 2025 at 17:04
License
MIT
Total Downloads
93.8K
Supported Platforms