aserebryakov / you-debug-it

Vim plugin that helps to track your debug code

Home Page:http://www.vim.org/scripts/script.php?script_id=5363

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

you-debug-it

you-debug-it is a Vim plugin that helps to control your debug code.

Installation

Install you-debug-it

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.

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

Changelog

0.1.0

  • Initial version supporting only languages that have '//' comments

0.2.0

  • Added support for all languages where commentstring is defined

0.2.1

  • Fixed YouDebugItClean command in case of commentstring=/*%s*/
  • Fixed error in case YouDebugItClean is executed before YouDebugItStart

0.2.2

  • Fixed error on <CR> pressing when buffer is changed after plugin enabling
  • Fixed error in case YouDebugItStop is executed before YouDebugItStart

1.0.0

  • Added review functionality to simplify the debugging code handling

Credits

  • Alexander Serebryakov, author (GitHub)

About

Vim plugin that helps to track your debug code

http://www.vim.org/scripts/script.php?script_id=5363

License:Apache License 2.0


Languages

Language:Vim Script 100.0%