sponsor Vim development Vim logo Vim Book Ad

gdb4vim : This script give you some ability to use gdb

 script karma  Rating 4/3, Downloaded by 661  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.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
gdb4vim-0.023.zip 0.023 2010-11-08 7.0 Bruce Li Enable you to edit value of a variable by hitting its line in the display window.
gdb4vim-0.021.zip 0.021 2010-11-07 7.0 Bruce Li Initial upload
ip used for rating: 3.138.174.174

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github