Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Debugging in python is already so easy with `print(f"{myvar=}")` and `breakpoint()`...
 help



This is the correct answer. `ic(foo(123))` can be written as `print(f'{foo(123)=}')` without depending on yet another third-party library which is not pulling its weight.



Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: