Releases: ruby-debug/ruby-debug-ide
Releases · ruby-debug/ruby-debug-ide
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
inspect
fix 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_id
method by @ViugiNick in #132
New Contributors
- @equivalence1 made their first contribution in #82
Full Changelog: v0.6.0...v0.6.1
0.6.1.beta12
0.6.1.beta11
What's Changed
- changed require 'objectspace' to include ObjectSpace by @ViugiNick in #129
- 2.5.0 does not produce an empty statement by @ViugiNick in #127
Full Changelog: v0.6.1.beta9...v0.6.1.beta11