An open API service indexing awesome lists of open source software.

https://github.com/lightning-ai/forked-pdb

Python pdb for multiple processes
https://github.com/lightning-ai/forked-pdb

Last synced: 7 months ago
JSON representation

Python pdb for multiple processes

Awesome Lists containing this project

README

          

# forked-pdb

Python pdb for multiple processes. Pdb doesn't work for multiple processes. This one does.

## To use

```python
ForkedPdb().set_trace()
```