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
371 stars 83 forks source link

reverted back to require 'objspace' #130

Closed ViugiNick closed 6 years ago

ViugiNick commented 6 years ago

memsize_of_all was added only in 1.9.3 (https://github.com/ruby/ruby/blob/c08f7b80889b531865e74bc5f573df8fa27f2088/doc/NEWS-1.9.3) And anyway objectspace is useless version is < 2.0, because there is no TracePoint and tracing at all