Package pyclewn: Information

    Binary package: pyclewn
    Version: 1.10-alt1
    Architecture: i586
    Build time:  Feb 19, 2013, 04:12 PM
    Source package: pyclewn
    Report package bug
    Home page: 

    License: GPLv2
    Summary: Using vim as a front end to a debugger (supports gdb and pdb)
    Description: 
    Pyclewn allows using vim as a front end to a debugger. Pyclewn currently
    supports gdb and pdb.
    
    The debugger output is redirected to a vim window, the pyclewn console.
    The debugger commands are mapped to vim user-defined commands with
    a common letter prefix, and with completion available on the commands
    and their first argument.
    
    On unix when running gvim, the controlling terminal of the program to
    debug is the terminal used to launch pyclewn. Any other terminal can be
    used when the debugger allows it, for example after using the attach or
    tty gdb commands or using the --tty option with pdb. On Windows, gdb
    pops up a console attached to the program to debug.
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Requires: python = 2.7
    BuildPreReq: python-devel = 2.7
    BuildPreReq: rpm-build-python >= 0.8
    Provides: python2.7-module-pyclewn = 1.10-alt1

    Maintainer: George V. Kouryachy

    List of contributors:
    George V. Kouryachy

    Last changed


    Feb. 14, 2013 George V. Kouryachy 1.10-alt1
    - Autobuild version bump to 1.10
    - Package is binary now
    June 8, 2012 George V. Kouryachy 1.9-alt1
    - Autobuild version bump to 1.9
    May 3, 2012 George V. Kouryachy 1.8-alt1
    - Initial build from scratch