abartov / bybeconv

Project Ben-Yehuda's content management system.
https://benyehuda.org/
Other
10 stars 5 forks source link

Configuration to make it possible to use RubyMine's integrated debugger #310

Closed damisul closed 2 months ago

damisul commented 3 months ago

Rubymine uses debase as debugger and it conflicts with debug gem, which is listed in Gemfile. Also it includes some settings adjustements for Spring preloader to work with it.

@abartov if you want to keep debug in gemfile (e.g. you use it from command line or other IDE), then simply ignore this PR.