0.0
No commit activity in last 3 years
No release in over 3 years
A simple gem that quickly removes debugger breakpoints from code
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Gem Version

Babydebugger

Comment out, uncomment or delete debugger breakpoints from JavaScript files ending with .js.

This program will execute on .js files in your current directory including any subdirectories.

Installation

gem install babydebugger

At the moment, babydebugger only execute files ending in .js

Usage

By default, running babydebugger will comment out debugger breakpoints.

For a quick rundown of the available options run babydebugger -h.

Invoke -r remove breakpoints in files.

-u uncomment lines with debugger breakpoints.

Todo

-Support .coffeescript extension.

##Contribute

Fork this repository, clone your fork, create a new branch and start contributing!