Dup Goto 📝

Icecream

PT2/lang/python/debugging 10-08 15:57:18
To Pop
13 lines, 29 words, 255 chars Sunday 2023-10-08 15:57:18

The icecream module is a great replacement for print().

Include Line Numbers

from icecream import ic
ic.configureOutput(includeContext=True)

ic("hello")

prints

ic| aic.py:4 in <module>- 'hello'