# ptpdb
**Repository Path**: mirrors_asmodehn/ptpdb
## Basic Information
- **Project Name**: ptpdb
- **Description**: prompt_toolkit/ptpython pdb frontend
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-09-24
- **Last Updated**: 2026-06-06
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
ptpdb
=====
(Still experimental) PDB replacement, build on top of `prompt_toolkit
`_ and `ptpython
`_.
Installation
************
::
pip install ptpdb
Usage
*****
.. code:: python
from ptpdb import set_trace
set_trace()
See `the official PDB documentation
`_ to learn how it works.