sponsor Vim development Vim logo Vim Book Ad

DBGp Remote Debugger Interface : Debugging interface/client for DBGp protocol

 script karma  Rating 105/30, Downloaded by 5432  Comments, bugs, improvements  Vim wiki

created by
Hadi Zeftin
 
script type
utility
 
description
these are updates for Sam Ghods script
http://www.vim.org/scripts/script.php?script_id=1929

based on Seung Woo Shin script
http://www.vim.org/scripts/script.php?script_id=1152

basically just I add tab-page editing support to the original plugin which based on vim 6.0 below is list of changes made to the python script.

- when multiple tab-page loaded, it will remember the initial tab-page
  which start the debugging session. every debugging command will
  make sure that you are debugging on that initial tab,
  so debugging session wont mess other tab.
- when debugging session ends on multi tab-page window, other
  tab-page is no longer being duplicated, it will only restore debugging tab

I've send sam a diff's for this plugin, it seems he's a bit busy, and can't reply my email (yet), it's ok anyway cause I'm planning to add more common feature to the script,

please if you find any bug, made a patch, diffs, etc, let me know...


 
install details
just copy the debugger.py and debugger.vim to the plugin directory in your home directory

$ tar -xzvf debugger.tar.gz
$ cp plugin/debugger.*  ~/.vim/plugin/
 

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
debugger.tar.gz 1.0.2 2009-01-10 7.0 Hadi Zeftin - remove bug about file path for windows
- other info, question, suggestion, please see
http://slackdna.blogspot.com/search/label/vim-dbgpclient
debugger.tar.gz 1.0.1 2009-01-09 7.0 Hadi Zeftin - add dedicated debugging tab
- info, suggestion, and question see
http://slackdna.blogspot.com/search/label/vim-dbgpclient
debugger.tar.gz 1.0 2009-01-06 7.0 Hadi Zeftin Initial upload
ip used for rating: 18.216.239.46

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