首页 > 数据库技术 > 详细

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

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

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介绍

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!