Skip to main content

Display source code in TextMate while debugging with pdb

Project description

This module is used to hook up pdb, the python debugger, with TextMate, an advanced text and programming editor for Mac OS, enabling it to display the debugged source code during a pdb session.

After downloading and unpacking the package, you should install the helper module using:

$ python setup.py install

Next you need to hook up pdb with this module by add the following to your .pdbrc:

from PdbTextMateSupport import preloop, precmd
pdb.Pdb.preloop = preloop
pdb.Pdb.precmd = precmd

The .pdbrc is located in your home folder and possibly needs to be created first. You may also use the supplied sample configuration file for pdb to enable the hook like:

$ cp pdbrc.sample ~/.pdbrc

Afterwards TextMate should get started automatically whenever you enter a debug session. The current source line will be displayed simultaneously while stepping through the code. However, having the cursor moved automatically within that source file is not always very obvious, so you might want to use the “Highlight current line” feature, which can be enabled in the “General” tab in TextMate’s preferences.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PdbTextMateSupport-0.1.tar.gz (1.5 kB view details)

Uploaded Source

File details

Details for the file PdbTextMateSupport-0.1.tar.gz.

File metadata

File hashes

Hashes for PdbTextMateSupport-0.1.tar.gz
Algorithm Hash digest
SHA256 5cf21a8425f068bcc130f7995d5c99fcd8e5782902dcf64b011b1c781f2e933d
MD5 d762161e1fcb13e97a12d0c51a2bb98d
BLAKE2b-256 6ad40f2f93ac0a2d8ade7e49bfa4692098129fd6456842feafa5595047a9aef1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page