Skip to content

cyzanfar/babydebugger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Ruby gem that helps you manage your debugger breakpoints

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages