An open API service indexing awesome lists of open source software.

https://github.com/gfvcastro/byebug_to_debugger

A "byebug" to "debugger" alias
https://github.com/gfvcastro/byebug_to_debugger

byebug debugger ruby

Last synced: 5 months ago
JSON representation

A "byebug" to "debugger" alias

Awesome Lists containing this project

README

          

# byebug_to_debugger

A `byebug` to `debugger` alias.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'byebug_to_debugger', group: [:development, :test]
```

And then execute:

```bash
bundle install
```

Or install it yourself as:

```bash
gem install byebug_to_debugger
```

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).