dbgp

A Python debug server that is complient with DBGP
Download

dbgp Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Jared Forsyth
  • Publisher web site:
  • http://jaredforsyth.com/

dbgp Tags


dbgp Description

A Python debug server that is complient with DBGP dbgp is a fork of Activestate's PyDBGp server.InstallHere's the short version: * Grab the repo * put (or symlink) the "dbgp" directory somewhere python can find it (if nothing else, your friendly site packages directory). * put (or symlink) the "bin/pydbgp" executable (make sure it has the right permissions) somewhere bash can find it... /usr/bin/ should work.And... the longer version. First, here's my setup: (click items to expand) * ~/python is on my PYTHONPATH As I use zsh as my shell, I have export PYTHONPATH=.:~/python in my ~/.zshrc. It should work for bash too (in your ~/.bashrc). * ~/bin is on my PATH Again, in my .zshrc I've got PATH=$PATH:~/bin; export PATH * And ~/clone is the directory where I put all my cloned repos.Now for a nice script:cd ~/clonegit clone git://github.com/jabapyth/pydbgpln -s ~/clone/pydbgp/dbgp ~/pythonln -s ~/clone/pydbgp/bin/pydbgp ~/binSee, that wasn't so bad...To check your install, dopython -c'import dbgp'andpydbgpon the cmd line. Requirements: · Python


dbgp Related Software