Releases: ruby-debug/ruby-debug-ide
Releases · ruby-debug/ruby-debug-ide
0.7.5
0.7.4
0.7.3
What's Changed
- Fixed RUBY-28068
 - RUBY-23972 Improve ruby-debug-ide documentation by @viuginick in #173
 - Added option to skip watting for start command by @FabioMR in #167
 - unix socket support by @tdyas in #183
 - gemspec: Drop defunct property rubyforge_project by @olleolleolle in #190
 - check if debase installed (already_installed doesn't work) by @viuginick in #142
 
New Contributors
- @FabioMR made their first contribution in #167
 - @tdyas made their first contribution in #183
 - @olleolleolle made their first contribution in #190
 
Full Changelog: v0.7.0...v0.7.3
0.7.0
What's Changed
- require thread_alias in starter by @viuginick in #141
 - check if block given before yield in xml's print_element by @viuginick in #143
 - new hash item presentation, lets add objectId of a hash key to the xml by @viuginick in #148
 - notify debugger about gdb_wrapper pid to kill it when debugging finished by @viuginick in #149
 - gemfile reworked by @viuginick in #150
 - Fixed syntax error on ruby 1.8 by @encyphered in #154
 - Revert "notify debugger about gdb_wrapper pid to kill it when debuggi… by @viuginick in #156
 - Added 1.8.7 to travis (and fixes for 1.8.7) by @viuginick in #157
 - Install dependencies into the same root as debugger itself by @hurricup in #172
 
New Contributors
- @encyphered made their first contribution in #154
 - @hurricup made their first contribution in #172
 
Full Changelog: v0.6.1...v0.7.0
0.7.0.beta7
What's Changed
- Added 1.8.7 to travis (and fixes for 1.8.7) by @viuginick in #157
 
Full Changelog: v0.7.0.beta6...v0.7.0.beta7
0.7.0.beta6
What's Changed
- check if block given before yield in xml's print_element by @viuginick in #143
 - new hash item presentation, lets add objectId of a hash key to the xml by @viuginick in #148
 - notify debugger about gdb_wrapper pid to kill it when debugging finished by @viuginick in #149
 - gemfile reworked by @viuginick in #150
 - Fixed syntax error on ruby 1.8 by @encyphered in #154
 - Revert "notify debugger about gdb_wrapper pid to kill it when debuggi… by @viuginick in #156
 
New Contributors
- @encyphered made their first contribution in #154
 
Full Changelog: v0.7.0.beta4...v0.7.0.beta6
0.7.0.beta4
What's Changed
- require thread_alias in starter by @viuginick in #141
 
Full Changelog: v0.7.0.beta3...v0.7.0.beta4
0.7.0.beta3
Full Changelog: v0.7.0.beta2...v0.7.0.beta3
0.7.0.beta2
Full Changelog: v0.6.1...v0.7.0.beta2
0.6.1
What's Changed
- Ruby attach to process by @equivalence1 in #82
 - Choose lldb over gdb and find proper extension of library by @equivalence1 in #83
 - refactoring: separated debuggers and util methods by @equivalence1 in #85
 - Some changes by @equivalence1 in #86
 - fixes for sudo issue + some small changes by @equivalence1 in #87
 - exec monkey patch fix by @equivalence1 in #88
 - uncoding for >2.0 fixed (RUBY-15434) by @viuginick in #94
 - cleanup by @viuginick in #104
 - zeus deadlock fix by @viuginick in #103
 - inspect memory limit fix by @viuginick in #100
 - Set tl and ml for calculating self.to_s by @viuginick in #109
 - Hash with long-computable 
inspectfix by @viuginick in #111 - attach to child processes by @viuginick in #108
 - show the main object for toplevel by @viuginick in #110
 - jruby and error class fix by @viuginick in #116
 - set evaluation timeout for child processes by @viuginick in #123
 - Don't use exec_with_allocation for old ruby versions by @viuginick in #119
 - Implementation of exec_with_allocation_control without exceptions by @viuginick in #125
 - changed require 'objectspace' to include ObjectSpace by @viuginick in #129
 - 2.5.0 does not produce an empty statement by @viuginick in #127
 - tests fixes by @viuginick in #131
 - deleted check if instance has 
object_idmethod by @viuginick in #132 
New Contributors
- @equivalence1 made their first contribution in #82
 
Full Changelog: v0.6.0...v0.6.1