This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author remi.lapeyre
Recipients Antony.Lee, docs@python, remi.lapeyre
Date 2019-03-13.14:19:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552486752.14.0.462989355852.issue36277@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2019-03-13 14:19:12remi.lapeyresetrecipients: + remi.lapeyre, docs@python, Antony.Lee
2019-03-13 14:19:12remi.lapeyresetmessageid: <1552486752.14.0.462989355852.issue36277@roundup.psfhosted.org>
2019-03-13 14:19:12remi.lapeyrelinkissue36277 messages
2019-03-13 14:19:11remi.lapeyrecreate