[docs] [issue35835] There is no mention of breakpoint() in the pdb documentation

jcrmatos report at bugs.python.org
Sun Jan 27 07:19:03 EST 2019


jcrmatos <jcrmatos at gmail.com> added the comment:

Hello,

What about like this
import pdb; pdb.set_trace()
New in version 3.7: breakpoint() is preferable to using the previous line.

Thanks,

JM

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35835>
_______________________________________


More information about the docs mailing list