Oleg Sukhodolsky

Results 3 issues of Oleg Sukhodolsky

Working on https://youtrack.jetbrains.com/issue/RUBY-16770 (which is a problem in debase) I've noticed that byebug doesn't work well with the following code. ``` ruby require 'byebug' triangular_numbers = Enumerator.new do |yielder| number...

I have very basic Rails 4 project (https://github.com/akutarba/rails4-debugger-xml-app) There is a breakpoint at https://github.com/akutarba/rails4-debugger-xml-app/blob/master/app/controllers/shops_controller.rb#7. I run it with ruby-1.9.3-p448, open http://localhost:3000/shops in browser to stop at the break point and...

bug

Here is one more problem RubyMine's users found http://youtrack.jetbrains.com/issue/RUBY-14606 For some reasons debugger-xml reports incorrect backtrace. I've tried run the app in command line with "debugger" call added instead of...