Skip to main content

A PDB hook for MacVIM

Project description

Using this package one can enable a hook in the python pdb such that the current file is automagically opened in MacVim and the line is highlighted.

Features

  • Activates MacVIM, uses new tab to open debugged file

  • reuses existing MacVIM instance

  • after loading the file, the terminal program is activated (given focus) to allow for rodent-free debugging.

  • The focus-switching is done using appscript which is a python package for AppleScript.

Dependencies

  • Mac OS X (duh)

  • MacVim (or another gui-enabled VIM which understands the VIM server commands – currently only MacVIM)

Usage

  • install this package

  • put something like this in your ~/.pdbrc:

    # save this in .pdbrc in your home directory
    from vimpdbhook import preloop, precmd
    pdb.Pdb.preloop = preloop
    pdb.Pdb.precmd = precmd
  • make sure that you have also installed the mvim command line utility for firing up macVIM using the terminal.

  • Currently, I assume that you use “iTerm” and use a variant of mvim called vimpdb (that’s my setup). Please see below.

Tweaking

The package uses the environment to fetch the name of the terminal app and the MacVIM launch script

VIMPDBHOOK_MVIM_SCRIPT

Set this to your mvim script. default: vimpdb

VIMPDBHOOK_TERMINAL_APP

Set this to the name of the terminal application. default: iTerm

Download

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

vimpdbhook-0.2.tar.gz (2.6 kB view details)

Uploaded Source

File details

Details for the file vimpdbhook-0.2.tar.gz.

File metadata

  • Download URL: vimpdbhook-0.2.tar.gz
  • Upload date:
  • Size: 2.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for vimpdbhook-0.2.tar.gz
Algorithm Hash digest
SHA256 8f4e60f5366fe080bfa7a484851974ee357367ab7cfd3b442110805261b36e28
MD5 5ed831e96e12b33eac9d763ce9a93955
BLAKE2b-256 99383dd89a1a54e0482853b8962659fcebe5129594c02e038f9fe78310048ebc

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