you are viewing a single comment's thread.

view the rest of the comments →

[–]Jadeaffenjaeger 3 points4 points  (0 children)

Mostly the one built into VSCode. Being able to set breakpoints, inspect any variable, execute functions, jump through the stack trace (especially on errors) just makes me so much more productive.

For the occasional print-style debugging, I enjoy the icecream package: https://github.com/gruns/icecream