ruby-debug / ruby-debug-ide

An interface which glues ruby-debug to IDEs like Eclipse (RDT), NetBeans and RubyMine.
https://www.jetbrains.com/ruby/features/ruby_debugger.html
Other
370 stars 83 forks source link

check if block given before yield in xml's print_element #143

Closed ViugiNick closed 6 years ago

ViugiNick commented 6 years ago

(For example Jruby v9) Crashes if we yielding not specified block (so we need to check it before yield)

P.S It calls without block form variables.rb:76 https://youtrack.jetbrains.com/issue/RUBY-18403