Files | Admin

Notes:

Release Name: debug-commons-java 0.9.0

Notes:
* Support for exception breakpoints (catchpoints)
* Support for setting condition (expression returning boolean) on breakpoint
* better handling of Segmentaion Fault bug in native Ruby
* Fail immediately in the case process failed. Do not wait for timeout.
* RubyDebuggerFactory#Descriptor.setJRuby(). Possibility for a client to say
  that interpreter is JRuby. If yes, appropriate flags to 'enable' debugging
  are set
* Put an interpreter options before iosynchronizer; causes problem to
  jruby's -J-Dxxx args
* Return 'NilClass' instead of null for 'nil' values
* Fixed wrong position of additional options to Ruby interpreter
* Incompatible API change. Force to pass a Ruby interpreter for ruby-debug.
* Ability to affect RubyDebuggerFactory.Descriptor's verbosity through
  org.rubyforge.debugcommons.verbose system property.
* Implementing hashCode and equals for RubyVariable. Might be needed by
  frontend variables views.
* Fix: invoke appropriate rdebug-ide version when it was set



Changes: