drhenner / ror_ecommerce

Ruby on Rails Ecommerce platform, perfect for your small business solution.
www.ror-e.com
MIT License
1.21k stars 409 forks source link

Add byebug as alternative for debugger #100

Closed mitfik closed 11 years ago

mitfik commented 11 years ago

debugger do not provide complete support for ruby 2.0. Until they will fix all issues we can use byebug which is compatible only with 2.0 See: https://github.com/cldwalker/debugger/issues/47

deivid-rodriguez commented 11 years ago

Hi, I'm byebug's and pry-byebug's mantainer. In case this is to be merged, I added some advice.

Salute.

drhenner commented 11 years ago

I'll merge and make the suggested changes. I assume many people are not using pry. I will probably comment that out and leave a not ein the readme

drhenner commented 11 years ago

Thanks Robert & David :grey_exclamation:

deivid-rodriguez commented 11 years ago

You are welcome! :)

Salute.