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
- Host: GitHub
- URL: https://github.com/gfvcastro/byebug_to_debugger
- Owner: gfvcastro
- License: mit
- Created: 2022-02-09T00:09:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-09T13:33:42.000Z (over 4 years ago)
- Last Synced: 2025-02-16T09:58:07.950Z (over 1 year ago)
- Topics: byebug, debugger, ruby
- Language: Ruby
- Homepage: https://rubygems.org/gems/byebug_to_debugger
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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).