4 ms·
I don’t see how this is different from using the pdb Python module? You can catch exceptions and use to write functions.
by FraserGreenlee 6y ago
I don’t see how this is different from using the pdb Python module?
You can catch exceptions and use to write functions.
- hchz 6y agoThe biggest distinction I see is the ability to continue from exceptions. I find the other differences to be minor in comparison - to be able to recover and continue execution following post-mortem debugging is amazing.