https://github.com/jaredly/pydbgp
A fork of Activestate's PyDBGp server
https://github.com/jaredly/pydbgp
Last synced: about 1 year ago
JSON representation
A fork of Activestate's PyDBGp server
- Host: GitHub
- URL: https://github.com/jaredly/pydbgp
- Owner: jaredly
- License: other
- Created: 2010-07-12T20:05:04.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2014-02-26T17:24:32.000Z (over 12 years ago)
- Last Synced: 2025-04-20T17:41:58.195Z (about 1 year ago)
- Language: Python
- Homepage: http://jaredforsyth.com/projects/pydbgp
- Size: 380 KB
- Stars: 36
- Watchers: 3
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
This is a fork of `ActiveState's PyDBGp server
`_, which allows one to debug
python programs with a DBGp enabled debugger (for example, `vim-debug
`_).
It includes a number for bugfixes to make it more compliant with the `DBGp
specification `_, and as yet no added features.