Wow, these tips are awesome! Didn’t know about `rich.traceback` or `icecream`—definitely trying those.
And yeah, the `File "<path>", line X` part is what I was missing. Now I see how in python what tells you where error occurred.
One follow-up: For really nested errors, how do you avoid getting lost in the traceback? Sometimes it’s like 50 lines deep.
(Also, thx for the IDE suggestions—PyCharm’s trial is saving me rn.)
And yeah, the `File "<path>", line X` part is what I was missing. Now I see how in python what tells you where error occurred.
One follow-up: For really nested errors, how do you avoid getting lost in the traceback? Sometimes it’s like 50 lines deep.
(Also, thx for the IDE suggestions—PyCharm’s trial is saving me rn.)
