[New-bugs-announce] [issue35835] There is no mention of breakpoint() in the pdb documentation

jcrmatos report at bugs.python.org
Sat Jan 26 18:09:09 EST 2019


New submission from jcrmatos <jcrmatos at gmail.com>:

In the Pdb documentation, found at
https://docs.python.org/3.7/library/pdb.html?highlight=pdb#module-pdb
there is no mention of breakpoint().

In my opinion, this text

import pdb; pdb.set_trace()

should be replaced with

import pdb; pdb.set_trace()
New in version 3.7: breakpoint() replaces the previous line.

Thanks,

JM

----------
messages: 334406
nosy: jcrmatos
priority: normal
severity: normal
status: open
title: There is no mention of breakpoint() in the pdb documentation
type: enhancement
versions: Python 3.7, Python 3.8

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


More information about the New-bugs-announce mailing list