[issue36277] pdb's recursive debug command is not listed in the docs

Rémi Lapeyre report at bugs.python.org
Wed Mar 13 10:19:12 EDT 2019


Rémi Lapeyre <remi.lapeyre at henki.fr> added the comment:

As far as I can tell, the list of pdb commands is:
  - commands
  - break
  - tbreak
  - enable
  - disable
  - condition
  - ignore
  - clear
  - where
  - up
  - down
  - until
  - step
  - next
  - run
  - return
  - continue
  - jump
  - debug
  - quit
  - args
  - retval
  - p
  - pp
  - list
  - longlist
  - source
  - whatis
  - display
  - undisplay
  - interact
  - alias
  - unalias
  - help

Those not in the documentation are debug and retval.

Can you open a new pull request to document them?

----------
nosy: +remi.lapeyre
versions: +Python 3.8

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


More information about the Python-bugs-list mailing list