Fork me on GitHub

pydbgp by jabapyth

A fork of Activestate's PyDBGp server

Install

Here's the short version:

And... the longer version. First, here's my setup: (click items to expand)

Now for a nice script:
cd ~/clone
git clone git://github.com/jabapyth/pydbgp
ln -s ~/clone/pydbgp/dbgp ~/python
ln -s ~/clone/pydbgp/bin/pydbgp.py ~/bin/
See, that wasn't so bad...
To check your install, do
python -c'import dbgp'
and
pydbgp.py
on the cmd line.

License

MIT

Authors

Jared Forsyth ([email protected])
Shane Caraveo
Trent Mick

Contact

Jared Forsyth ([email protected])

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/jabapyth/pydbgp