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
Jan 15, 2026 at 10:20
License
MIT
Total Downloads
95.3K
Supported Platforms