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.
gem install babydebugger
At the moment, babydebugger only execute files ending in .js
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.
-Support .coffeescript
extension.
##Contribute
Fork this repository, clone your fork, create a new branch and start contributing!