|
|
|
|
|
by Rotareti
2603 days ago
|
|
I never got comfortable with debuggers for the work that I do. Thus I rely heavily on "print debugging". There are tools such as "icecream" [0] (in Python), that improve print-debugging ergonomics a lot. I wish every language had something like "icecream" built-in. [0]: https://github.com/gruns/icecream |
|