2009/4/19 <[email protected]> > > Hej, > > > Pyclewn is a python program that allows the use of gvim as a front end > > to a debugger. Pyclewn currently supports gdb. > This thing looks quite interesting. > I have not yet looked much into it, but I have a question, already :) > Is gvim mandatory? > What is the reason for this limitation (if)? > > I really like terminal vim, and gdb integration seems like a big > improvement to me... :) >
Hi, I have a script for this, but it's not complete yet (I think that it's only work on linux) When you load this script, you'll have a new command: GdbVim <executable path>. When you run this command, you'll have somes new maps for: b -> breakpoint line on cursor. r -> run program n -> next s -> step p -> print variable on cursor (using <cword>) P -> print variable on cursor (using <cWORD>) c -> continue q -> quit from Gdb. and <ESC> to unmap all of this maps, quit from Gdb and close a window. You can try it, send a feedback for me please. > Regards, > Kai > > > > > -- ---------------------------------------------- Roberto Miura Honji LAS - Laboratório de Administração e Segurança de Sistemas Engenharia de Computação - 2006 Instituto de Computação - UNICAMP email: [email protected] (principal) email: [email protected] msn: [email protected] ------------------------------------------- --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
gdbdebugger.vim
Description: Binary data
