mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Document the "jump" command in pdb.__doc__, and add a version tag for "until X".
This commit is contained in:
parent
2dfec552fe
commit
26a0f87e28
2 changed files with 13 additions and 0 deletions
|
|
@ -339,6 +339,9 @@ by the local file.
|
|||
equal to that is reached. In both cases, also stop when the current frame
|
||||
returns.
|
||||
|
||||
.. versionchanged:: 3.2
|
||||
Allow giving an explicit line number.
|
||||
|
||||
.. pdbcommand:: r(eturn)
|
||||
|
||||
Continue execution until the current function returns.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue