码迷,mamicode.com
首页 > 数据库 > 详细

python之平台独立的调试工具winpdb介绍

时间:2014-09-17 18:36:24      阅读:339      评论:0      收藏:0      [点我收藏+]

标签:style   http   color   io   ar   strong   for   art   sp   

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

Features:

GPL license. Winpdb is Free Software.

Compatible with CPython 2.3 through 2.6 and Python 3000

Compatible with wxPython 2.6 through 2.8

Platform independent, and tested on Ubuntu Gutsy and Windows XP.

User Interfaces: rpdb2 is console based, while winpdb requires wxPython 2.6 or later. www.169it.com

 

安装方法

windows下winpdb安装:

  1)首先安装wxpython, install the wxPython runtime ,可以找一个exe格式的直接安装。

  2)安装winpdb, Winpdb source package,下载源码,然后运行python setup.py install,完成安装。

winpdb的教程:

  http://winpdb.org/tutorial/WinpdbTutorial.html


本文来源:python之平台独立的调试工具winpdb介绍

python之平台独立的调试工具winpdb介绍

标签:style   http   color   io   ar   strong   for   art   sp   

原文地址:http://www.cnblogs.com/besty/p/3977762.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!