slackbuilds/development/pyclewn
dsomero d0c108251a various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:37:19 -05:00
..
README development/pyclewn: Added (vim as a debugger frontend). 2012-12-20 14:12:51 +01:00
doinst.sh development/pyclewn: Added (vim as a debugger frontend). 2012-12-20 14:12:51 +01:00
pyclewn.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
pyclewn.info development/pyclewn: Updated for version 1.11.py2. 2013-11-09 21:36:00 +01:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

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.

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.
 
Required Vim 7.0 or above with the netbeans_intg feature enabled,
and with the autocmd feature enabled.

You can use the :help pyclewn command within vim, to get access
to the documentation.