Notes:
Changes:
* migrating to ruby-debug-ide
* ability to pass base directory (needed e.g. for Rails debugging)
* ability to disable/enable a breakpoint
* addition of RubyThread.runTo(path, line) feature
* cleaner process termination control
* fast debugger also includes Descriptor.getAddtionalOptions()
* timeout before killing process to give the IO readers better chance to
finish last pieces of IOs
* send 'exit' to rdebug-ide when process termination is forced
* cleaned up behavior of suspended threads
* support for next+/step+ commands (since ruby-debug-ide 0.1.3)
|