gdb4vim : This script give you some ability to use gdb
script karma |
Rating 4/3,
Downloaded by 796 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Bruce Li |
|
script type |
utility |
|
description |
This is actually my first script, so please give me your feedbacks and say whatever you like and whenever you want to!
Written with python, this script implements few basic functions in debugging, such as:
1. Add a variable display
2. Set/clear breakpoint
3. step/next
4. edit the value of a variable (since 0.023)
You can find this project at:
http://code.google.com/p/gdb4vim/
EMail me if you'd like to participate! |
|
install details |
First your VIM should be compiled with PYTHON.
Then you need python-dbus which I used to connect with GDB via a server script.
Put the plugin and doc folder in your $HOME/.vim
Put the gdb_dbus folder wherever you want.
In your VIMRC file, please specify the following:
let g:gdb_dbus_server_path = 'YOUR PATH TO gdb_dbus/gdb_dbus_server.py'
Set other settings as you like and for detailed information, please read the doc. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.21.168.253
|