Metadata-Version: 2.3
Name: pdbsharp
Version: 0.1.0
Summary: A TUI frontend for pdb
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Topic :: Software Development :: Debuggers
Requires-Dist: textual>=5.2.0
Requires-Python: >=3.14
Project-URL: Issues, https://github.com/JeffersGlass/tdb.issues
Project-URL: Repository, https://github.com/JeffersGlass/tdb.git
Description-Content-Type: text/markdown

# pdb# - The Terminal Remote Debugger

pdb# (styled `pdbsharp`) is an experimental drop-in replacement for pdb as a debugger, based on Textual and the remote debugging protocol.

## Useful Commands

- `uv run pdbsharp` - run the debugger
- `uv run pdbsharp - p <PID>` - attach to a python process at the given pid
- `uv run dummy` - start a simple forever loop that prints its own PID, for testing purposes

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md) for development setup guidelines.
