Skip to main content

pdbp (Pdb+)

pdbp (Pdb+) is a drop-in replacement for pdb and (unmaintained) pdbpp (Pdb++).

This fixes pdbpp (pdb++) to work in all environments. Sticky pdbpp mode is the default option.

To replace pdb with it, add import pdbp to an __init__.py file. In case that doesn't work, you can just load all of pdbp into pdb:

import pdb
import pdbp
for key in pdbp.__dict__.keys():
    pdb.__dict__[key] = pdbp.__dict__[key]

If you need to customize pdbp options:

if hasattr(pdb, "DefaultConfig"):
    pdb.DefaultConfig.filename_color = pdb.Color.blue
    pdb.DefaultConfig.line_number_color = pdb.Color.turquoise
    pdb.DefaultConfig.show_hidden_frames_count = False
    pdb.DefaultConfig.disable_pytest_capturing = True
    pdb.DefaultConfig.enable_hidden_frames = False
    pdb.DefaultConfig.truncate_long_lines = True
    pdb.DefaultConfig.sticky_by_default = True

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pdbp-0.1.0.tar.gz (14.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pdbp-0.1.0-py3-none-any.whl (12.6 kB view details)

Uploaded Python 3

File details

Details for the file pdbp-0.1.0.tar.gz.

File metadata

  • Download URL: pdbp-0.1.0.tar.gz
  • Upload date:
  • Size: 14.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.0

File hashes

Hashes for pdbp-0.1.0.tar.gz
Algorithm Hash digest
SHA256 5b4741e0fe79c33901ba07542549aa5ccdc3203823774ff61609cc8729159593
MD5 ac351b2152742c279f2145a804790714
BLAKE2b-256 f7fa620550fb00719a0db585762348d2168df1b05abeff601fadf60ee960b2ea

See more details on using hashes here.

File details

Details for the file pdbp-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: pdbp-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 12.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.0

File hashes

Hashes for pdbp-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c9d94ba0b90ae4055a63288f0bc59f2ffefaac77e1aa2e07edbb7cb1f31a4f40
MD5 c8a40ad55911c2b5bf2e639f15a98353
BLAKE2b-256 7379b70153edee1313e38e81337119a77b6d36ebc2fbf672fbc1be7d43849692

See more details on using hashes here.

Release history Release notifications | RSS feed

1.8.2

2 files

1.8.1

2 files

1.8.0

2 files

1.7.1

2 files

1.7.0

2 files

1.6.1

2 files

1.6.0

2 files

1.5.4

2 files

1.5.3

2 files

1.5.2

2 files

1.5.1

2 files

1.5.0

2 files

1.4.6

2 files

1.4.5

2 files

1.4.4

2 files

1.4.3

2 files

1.4.2

2 files

1.4.1

2 files

1.4.0

2 files

1.3.1

2 files

1.3.0

2 files

1.2.8

2 files

1.2.7

2 files

1.2.6

2 files

1.2.5

2 files

1.2.4

2 files

1.2.3

2 files

1.2.2

2 files

1.2.1

2 files

1.2.0

2 files

1.1.0

2 files

1.0.0

2 files

0.2.1

2 files

0.2.0

2 files

This release

0.1.0 This release

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page