News

Exercises for my NICAR16 session on testing and debugging Python for newsroom developers - ghing/nicar2016-python-testing-debugging-exercises ...
Sublime Text Python Breakpoints This is a Sublime Text plugin allowing to quickly set Python breakpoints by injecting set_trace () call of pdb or other debugger of your choice.
Tired of using pdb? Want to dynamically switch Python debuggers? This talk describes the strengths of a few common Python debuggers, as well as Python 3.7's new breakpoint function. PyTexas2019 The ...
The January 2021 update to the Python Extension for Visual Studio Code is out with a short list of new features headed by a data viewer used while debugging.