pdb: allow for --pdbclass=mod:attr.class

This commit is contained in:
Daniel Hahler
2019-02-28 18:10:57 +01:00
parent a868a9ac13
commit f7a3e001f7
3 changed files with 38 additions and 22 deletions
+4
View File
@@ -0,0 +1,4 @@
The ``--pdbcls`` option handles classes via module attributes now (e.g.
``pdb:pdb.Pdb`` with `pdb++`_), and its validation was improved.
.. _pdb++: https://pypi.org/project/pdbpp/