MICROBLOG | 10 JUL, 2019
#TIL about the breakpoint()
function in #Python 3.7 It starts a pdb
session when the statement gets reached.
This is quite neat and might save me one or two print
statements 😉
Thanks to @FlorimondManca for this discovery!