Winpdb Source Control
Overview
The recommended method to develop Winpdb and share features and patches is with the source control software Mercurial.
Browse Source Online
The source code of Winpdb is available for online browsing at http://winpdb.org/cgi-bin/hgweb.cgi.
Setup your Working Copy
With Mercurial you work with your own copy of the Winpdb repository. To setup your repository do the following:
- Install Mercurial on your system
- Make a directory called winpdb somewhere and enter it
Initialize it as a mercurial repository with: hg init
Pull changes from the online repository with: hg pull http://winpdb.org/cgi-bin/hgweb.cgi
Issue the update command to get a working copy with: hg update
