[issue31607] Add listsize in pdb.py

Stéphane Wirtel report at bugs.python.org
Wed Sep 27 06:22:08 EDT 2017


New submission from Stéphane Wirtel <stephane at wirtel.be>:

I just added a new command for the prompt of Pdb.

(Pdb) listsize
List size: 10
(Pdb) listsize 5
List size: 5
(Pdb) listsize
List size: 5

I will publish a PR

----------
messages: 303123
nosy: matrixise
priority: normal
severity: normal
status: open
title: Add listsize in pdb.py
type: enhancement
versions: Python 3.7, Python 3.8

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


More information about the Python-bugs-list mailing list