sponsor Vim development Vim logo Vim Book Ad

you-debug-it : Vim plugin that helps to track your debug code

 script karma  Rating -1/1, Downloaded by 2386  Comments, bugs, improvements  Vim wiki

created by
Alexander Serebryakov
 
script type
utility
 
description
**you-debug-it** is a Vim plugin that helps to control your debug code.

Usage
-----

##### Commands

* `:YouDebugItStart`      - enables automatical insertion of comment tag into text
* `:YouDebugItStop`       - disables automatical insertion of comment tag into text
* `:YouDebugItClean`      - deletes all the lines containing the tag
* `:YouDebugReviewStart`  - opens location list of tagged lines
* `:YouDebugReviewFinish` - closes and clears location list of tagged lines

Contribution
------------

Source code and issues are hosted on GitHub:

    https://github.com/aserebryakov/you-debug-it

License
-------

[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
 
install details
##### Pathogen

    $ cd ~/.vim/bundle
    $ git clone https://github.com/aserebryakov/you-debug-it.git

##### NeoBundle

    NeoBundle 'aserebryakov/you-debug-it'

##### Without plugin manager

Clone or download this repository and copy its contents to your `~/.vim/`
directory.
 

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
you-debug-it-1.0.0.zip 1.0.0 2017-04-01 7.4 Alexander Serebryakov * Review functionality is implemented
you-debug-it-0.2.2.zip 0.2.2 2016-05-06 7.4 Alexander Serebryakov * Fixed error on `<CR>` pressing when buffer is changed after plugin enabling
* Fixed error in case `YouDebugItStop` is executed before `YouDebugItStart`
you-debug-it-0.2.1.zip 0.2.1 2016-05-04 7.4 Alexander Serebryakov * Fixed `YouDebugItClean` command in case of `commentstring=/*%s*/`
* Fixed error in case `YouDebugItClean` is executed before `YouDebugItStart`
you-debug-it-you-debug-it-0.2.0.zip 0.2.0 2016-05-03 7.4 Alexander Serebryakov Added support for all languages where `commentstring` is defined
you-debug-it-you-debug-it-0.1.0.zip 0.1.0 2016-04-02 7.4 Alexander Serebryakov Initial upload
ip used for rating: 18.117.186.92

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