» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with debugger + python

HTTP Debugging Proxy

HTTP Debugging Proxy - This quick and dirty hack is based on the TinyHTTPProxy written by Suzuki Hisao. This script acts as an HTTP proxy and logs all the request/response headers, I used it to track annoying cookie bugs. You may also find it useful...

open-source: del.icio.us tag/open-source

maxq.tigris.org

MaxQ records you using a web site. It turns the links you click on and any other input into a Python script that you can play back at any time. You might use it to: * Check that your web site still works (regression test). * Check that your web s

open-source: del.icio.us tag/open-source

Winpdb - A Python Debugger

Winpdb is a platform independent GPL Python debugger with support for multiple threads, namespace modification, embedded debugging, encrypted communication and is up to 20 times faster than pdb.

License:GPL: del.icio.us tag/gpl

Pydev

Want a better PyDev? Why not give a small donation? (paypal) What is PyDev? PyDev is a plugin that enables users to use Eclipse for Python and Jython development -- making Eclipse a first class Python IDE -- It comes with many goodies such as code

Eclipse: del.icio.us/tag/eclipse

gandreas:products:ScrIDE:about

ScrIDE is an OS-X based IDE for scripting languages.

Lua: del.icio.us/tag/lua

Pydb - Extended Python Debugger

pydb is an expanded version of the Python debugger, pdb.py and a merger with pydb.py that was used in the debugger GUI ddd

Emacs: del.icio.us tag/emacs

PyUMLGraph

PyUMLGraph is a debugger for Python that creates UML diagrams by inspecting in-process Python applications. PyUMLGraph can output (via Graphviz) a variety of image file types, including PNG, SVG and PDF.