Recent Releases of https://github.com/ruby-debug/debase
https://github.com/ruby-debug/debase - 0.2.9
- Fixed compatibility issues with ruby 2.3 and 2.5
Full Changelog: https://github.com/ruby-debug/debase/compare/0.2.8...0.2.9
- C
Published by hurricup about 1 year ago
https://github.com/ruby-debug/debase - 0.2.8
What's Changed
- Fix compilation errors by @romanbsd in https://github.com/ruby-debug/debase/pull/110
New Contributors
- @romanbsd made their first contribution in https://github.com/ruby-debug/debase/pull/110
Full Changelog: https://github.com/ruby-debug/debase/compare/0.2.7...0.2.8
- C
Published by hurricup about 1 year ago
https://github.com/ruby-debug/debase - 0.2.7
Full Changelog: https://github.com/ruby-debug/debase/compare/0.2.6...0.2.7
- C
Published by hurricup over 1 year ago
https://github.com/ruby-debug/debase - 0.2.6
What's Changed
- Fix debase installation on MacOs system ruby by @ViugiNick in https://github.com/ruby-debug/debase/pull/85
- Skip debase extconf.rb on non-CRuby by @eregon in https://github.com/ruby-debug/debase/pull/106
New Contributors
- @eregon made their first contribution in https://github.com/ruby-debug/debase/pull/106
Full Changelog: https://github.com/ruby-debug/debase/compare/0.2.4.1...0.2.6
- C
Published by hurricup over 1 year ago
https://github.com/ruby-debug/debase - 0.1.7
Full Changelog: https://github.com/ruby-debug/debase/compare/v0.1.6...v0.1.7
- C
Published by hurricup over 3 years ago
https://github.com/ruby-debug/debase - 0.1.9.pre1
Full Changelog: https://github.com/ruby-debug/debase/compare/v0.1.8...0.1.9.pre1
- C
Published by hurricup over 3 years ago
https://github.com/ruby-debug/debase - 0.2.0.beta1
Full Changelog: https://github.com/ruby-debug/debase/compare/v0.1.8...v0.2.0.beta1
- C
Published by hurricup over 3 years ago
https://github.com/ruby-debug/debase - 0.2.2.beta1
Full Changelog: https://github.com/ruby-debug/debase/compare/v0.1.8...v0.2.2.beta1
- C
Published by hurricup over 3 years ago
https://github.com/ruby-debug/debase - 0.2.2.beta2
Full Changelog: https://github.com/ruby-debug/debase/compare/v0.1.8...v0.2.2.beta2
- C
Published by hurricup over 3 years ago
https://github.com/ruby-debug/debase - 0.2.2.beta3
Full Changelog: https://github.com/ruby-debug/debase/compare/v0.1.8...v0.2.2.beta3
- C
Published by hurricup over 3 years ago
https://github.com/ruby-debug/debase - 0.2.2.beta4
Full Changelog: https://github.com/ruby-debug/debase/compare/v0.1.8...v0.2.2.beta4
- C
Published by hurricup over 3 years ago
https://github.com/ruby-debug/debase - 0.2.2.beta5
Full Changelog: https://github.com/ruby-debug/debase/compare/v0.1.8...v0.2.2.beta5
- C
Published by hurricup over 3 years ago
https://github.com/ruby-debug/debase - 0.2.2.beta7
Full Changelog: https://github.com/ruby-debug/debase/compare/v0.1.8...0.2.2.beta7
- C
Published by hurricup over 3 years ago
https://github.com/ruby-debug/debase - 0.2.2.beta8
Full Changelog: https://github.com/ruby-debug/debase/compare/v0.2.0...v0.2.2.beta8
- C
Published by hurricup over 3 years ago
https://github.com/ruby-debug/debase - 0.2.2.beta9
What's Changed
- update for attach-to-process feature by @equivalence1 in https://github.com/ruby-debug/debase/pull/28
- building attach.so inside debase gem by @equivalence1 in https://github.com/ruby-debug/debase/pull/29
- Preventing gcc from optimizing
__func_to_set_breakpoint_atcalls. by @equivalence1 in https://github.com/ruby-debug/debase/pull/30 - Need wrapper function to call
rb_string_eval_protecton mac by @equivalence1 in https://github.com/ruby-debug/debase/pull/31
Full Changelog: https://github.com/ruby-debug/debase/compare/v0.2.0...0.2.2.beta9
- C
Published by hurricup over 3 years ago
https://github.com/ruby-debug/debase - 0.2.2.beta10
What's Changed
- update for attach-to-process feature by @equivalence1 in https://github.com/ruby-debug/debase/pull/28
- building attach.so inside debase gem by @equivalence1 in https://github.com/ruby-debug/debase/pull/29
- Preventing gcc from optimizing
__func_to_set_breakpoint_atcalls. by @equivalence1 in https://github.com/ruby-debug/debase/pull/30 - Need wrapper function to call
rb_string_eval_protecton mac by @equivalence1 in https://github.com/ruby-debug/debase/pull/31 - this should fix build issues by @equivalence1 in https://github.com/ruby-debug/debase/pull/33
- Support conditional breakpoints within debase. by @seraku24 in https://github.com/ruby-debug/debase/pull/37
New Contributors
- @seraku24 made their first contribution in https://github.com/ruby-debug/debase/pull/37
Full Changelog: https://github.com/ruby-debug/debase/compare/v0.2.0...v0.2.2.beta10
- C
Published by hurricup over 3 years ago
https://github.com/ruby-debug/debase - 0.2.2.beta11
What's Changed
- update for attach-to-process feature by @equivalence1 in https://github.com/ruby-debug/debase/pull/28
- building attach.so inside debase gem by @equivalence1 in https://github.com/ruby-debug/debase/pull/29
- Preventing gcc from optimizing
__func_to_set_breakpoint_atcalls. by @equivalence1 in https://github.com/ruby-debug/debase/pull/30 - Need wrapper function to call
rb_string_eval_protecton mac by @equivalence1 in https://github.com/ruby-debug/debase/pull/31 - this should fix build issues by @equivalence1 in https://github.com/ruby-debug/debase/pull/33
- Support conditional breakpoints within debase. by @seraku24 in https://github.com/ruby-debug/debase/pull/37
- mvs compilation fix by @equivalence1 in https://github.com/ruby-debug/debase/pull/40
- stepping out fix by @ViugiNick in https://github.com/ruby-debug/debase/pull/41
- dont show c-level frames by @ViugiNick in https://github.com/ruby-debug/debase/pull/42
- added static for check_stop_frame by @ViugiNick in https://github.com/ruby-debug/debase/pull/44
New Contributors
- @equivalence1 made their first contribution in https://github.com/ruby-debug/debase/pull/28
- @seraku24 made their first contribution in https://github.com/ruby-debug/debase/pull/37
Full Changelog: https://github.com/ruby-debug/debase/compare/v0.2.1...v0.2.2.beta11
- C
Published by hurricup over 3 years ago
https://github.com/ruby-debug/debase - 0.2.2.beta12
What's Changed
- update for attach-to-process feature by @equivalence1 in https://github.com/ruby-debug/debase/pull/28
- building attach.so inside debase gem by @equivalence1 in https://github.com/ruby-debug/debase/pull/29
- Preventing gcc from optimizing
__func_to_set_breakpoint_atcalls. by @equivalence1 in https://github.com/ruby-debug/debase/pull/30 - Need wrapper function to call
rb_string_eval_protecton mac by @equivalence1 in https://github.com/ruby-debug/debase/pull/31 - this should fix build issues by @equivalence1 in https://github.com/ruby-debug/debase/pull/33
- Support conditional breakpoints within debase. by @seraku24 in https://github.com/ruby-debug/debase/pull/37
- mvs compilation fix by @equivalence1 in https://github.com/ruby-debug/debase/pull/40
- stepping out fix by @ViugiNick in https://github.com/ruby-debug/debase/pull/41
- dont show c-level frames by @ViugiNick in https://github.com/ruby-debug/debase/pull/42
- added static for check_stop_frame by @ViugiNick in https://github.com/ruby-debug/debase/pull/44
- Breakpoint fields for debug by @ViugiNick in https://github.com/ruby-debug/debase/pull/46
New Contributors
- @equivalence1 made their first contribution in https://github.com/ruby-debug/debase/pull/28
- @seraku24 made their first contribution in https://github.com/ruby-debug/debase/pull/37
Full Changelog: https://github.com/ruby-debug/debase/compare/v0.1.8...v0.2.2.beta12
- C
Published by hurricup over 3 years ago
https://github.com/ruby-debug/debase - 0.2.2.beta13
What's Changed
- update for attach-to-process feature by @equivalence1 in https://github.com/ruby-debug/debase/pull/28
- building attach.so inside debase gem by @equivalence1 in https://github.com/ruby-debug/debase/pull/29
- Preventing gcc from optimizing
__func_to_set_breakpoint_atcalls. by @equivalence1 in https://github.com/ruby-debug/debase/pull/30 - Need wrapper function to call
rb_string_eval_protecton mac by @equivalence1 in https://github.com/ruby-debug/debase/pull/31 - this should fix build issues by @equivalence1 in https://github.com/ruby-debug/debase/pull/33
- Support conditional breakpoints within debase. by @seraku24 in https://github.com/ruby-debug/debase/pull/37
- mvs compilation fix by @equivalence1 in https://github.com/ruby-debug/debase/pull/40
- stepping out fix by @ViugiNick in https://github.com/ruby-debug/debase/pull/41
- dont show c-level frames by @ViugiNick in https://github.com/ruby-debug/debase/pull/42
- added static for check_stop_frame by @ViugiNick in https://github.com/ruby-debug/debase/pull/44
- Breakpoint fields for debug by @ViugiNick in https://github.com/ruby-debug/debase/pull/46
- TH_CFP for the new verions uses GET_CFP by @ViugiNick in https://github.com/ruby-debug/debase/pull/47
New Contributors
- @equivalence1 made their first contribution in https://github.com/ruby-debug/debase/pull/28
- @seraku24 made their first contribution in https://github.com/ruby-debug/debase/pull/37
Full Changelog: https://github.com/ruby-debug/debase/compare/v0.1.8...v0.2.2.beta13
- C
Published by hurricup over 3 years ago
https://github.com/ruby-debug/debase - 0.2.2.beta14
What's Changed
- update for attach-to-process feature by @equivalence1 in https://github.com/ruby-debug/debase/pull/28
- building attach.so inside debase gem by @equivalence1 in https://github.com/ruby-debug/debase/pull/29
- Preventing gcc from optimizing
__func_to_set_breakpoint_atcalls. by @equivalence1 in https://github.com/ruby-debug/debase/pull/30 - Need wrapper function to call
rb_string_eval_protecton mac by @equivalence1 in https://github.com/ruby-debug/debase/pull/31 - this should fix build issues by @equivalence1 in https://github.com/ruby-debug/debase/pull/33
- Support conditional breakpoints within debase. by @seraku24 in https://github.com/ruby-debug/debase/pull/37
- mvs compilation fix by @equivalence1 in https://github.com/ruby-debug/debase/pull/40
- stepping out fix by @ViugiNick in https://github.com/ruby-debug/debase/pull/41
- dont show c-level frames by @ViugiNick in https://github.com/ruby-debug/debase/pull/42
- added static for check_stop_frame by @ViugiNick in https://github.com/ruby-debug/debase/pull/44
- Breakpoint fields for debug by @ViugiNick in https://github.com/ruby-debug/debase/pull/46
- TH_CFP for the new verions uses GET_CFP by @ViugiNick in https://github.com/ruby-debug/debase/pull/47
- 2.5.0-preview1 workaround by @ViugiNick in https://github.com/ruby-debug/debase/pull/51
New Contributors
- @equivalence1 made their first contribution in https://github.com/ruby-debug/debase/pull/28
- @seraku24 made their first contribution in https://github.com/ruby-debug/debase/pull/37
Full Changelog: https://github.com/ruby-debug/debase/compare/v0.1.8...v0.2.2.beta14
- C
Published by hurricup over 3 years ago
https://github.com/ruby-debug/debase - 0.2.3.beta1
What's Changed
- fix of stepping in ruby debugger source code reverted by @ViugiNick in https://github.com/ruby-debug/debase/pull/58
Full Changelog: https://github.com/ruby-debug/debase/compare/v0.2.2...0.2.3.beta1
- C
Published by hurricup over 3 years ago
https://github.com/ruby-debug/debase - 0.2.3.beta2
What's Changed
- fix of stepping in ruby debugger source code reverted by @ViugiNick in https://github.com/ruby-debug/debase/pull/58
- Load iseq monkeypatch by @ViugiNick in https://github.com/ruby-debug/debase/pull/61
Full Changelog: https://github.com/ruby-debug/debase/compare/v0.2.2...v0.2.3.beta2
- C
Published by hurricup over 3 years ago
https://github.com/ruby-debug/debase - 0.2.3.beta3
What's Changed
- fix of stepping in ruby debugger source code reverted by @ViugiNick in https://github.com/ruby-debug/debase/pull/58
- Load iseq monkeypatch by @ViugiNick in https://github.com/ruby-debug/debase/pull/61
- don't prepend InstructionSequence#load_iseq if ruby version is < 2.5 by @ViugiNick in https://github.com/ruby-debug/debase/pull/63
- Fix compilation for 2.6 (fixing #67) by @valich in https://github.com/ruby-debug/debase/pull/68
New Contributors
- @valich made their first contribution in https://github.com/ruby-debug/debase/pull/68
Full Changelog: https://github.com/ruby-debug/debase/compare/v0.2.2...v0.2.3.beta3
- C
Published by hurricup over 3 years ago
https://github.com/ruby-debug/debase - 0.2.3.beta4
What's Changed
- fix of stepping in ruby debugger source code reverted by @ViugiNick in https://github.com/ruby-debug/debase/pull/58
- Load iseq monkeypatch by @ViugiNick in https://github.com/ruby-debug/debase/pull/61
- don't prepend InstructionSequence#load_iseq if ruby version is < 2.5 by @ViugiNick in https://github.com/ruby-debug/debase/pull/63
- Fix compilation for 2.6 (fixing #67) by @valich in https://github.com/ruby-debug/debase/pull/68
- Revert old Bootsnap hack by @ViugiNick in https://github.com/ruby-debug/debase/pull/70
New Contributors
- @valich made their first contribution in https://github.com/ruby-debug/debase/pull/68
Full Changelog: https://github.com/ruby-debug/debase/compare/v0.2.2...v0.2.3.beta4
- C
Published by hurricup over 3 years ago
https://github.com/ruby-debug/debase - 0.2.3.beta5
What's Changed
- fix of stepping in ruby debugger source code reverted by @ViugiNick in https://github.com/ruby-debug/debase/pull/58
- Load iseq monkeypatch by @ViugiNick in https://github.com/ruby-debug/debase/pull/61
- don't prepend InstructionSequence#load_iseq if ruby version is < 2.5 by @ViugiNick in https://github.com/ruby-debug/debase/pull/63
- Fix compilation for 2.6 (fixing #67) by @valich in https://github.com/ruby-debug/debase/pull/68
- Revert old Bootsnap hack by @ViugiNick in https://github.com/ruby-debug/debase/pull/70
- Bootsnap hack is needed for 2.5.* ruby versions by @ViugiNick in https://github.com/ruby-debug/debase/pull/72
New Contributors
- @valich made their first contribution in https://github.com/ruby-debug/debase/pull/68
Full Changelog: https://github.com/ruby-debug/debase/compare/v0.2.2...v0.2.3.beta5
- C
Published by hurricup over 3 years ago
https://github.com/ruby-debug/debase - 0.2.4
Full Changelog: https://github.com/ruby-debug/debase/compare/v0.2.3...0.2.4
- C
Published by hurricup over 3 years ago
https://github.com/ruby-debug/debase - 0.2.5.beta1
What's Changed
- Fix debase installation on MacOs system ruby by @ViugiNick in https://github.com/ruby-debug/debase/pull/85
Full Changelog: https://github.com/ruby-debug/debase/compare/0.2.4.1...0.2.5.beta1
- C
Published by hurricup over 3 years ago
https://github.com/ruby-debug/debase - 0.2.4.1
What's Changed
- compare stack_size only after start_inspector->fill_stack by @ViugiNick in https://github.com/ruby-debug/debase/pull/81
- comment version-specific test by @ViugiNick in https://github.com/ruby-debug/debase/pull/77
Full Changelog: https://github.com/ruby-debug/debase/compare/0.2.4...0.2.4.1
- C
Published by hurricup over 3 years ago
https://github.com/ruby-debug/debase - 0.1.8
Full Changelog: https://github.com/ruby-debug/debase/compare/v0.1.7...v0.1.8
- C
Published by hurricup over 3 years ago
https://github.com/ruby-debug/debase - 0.2.0
Full Changelog: https://github.com/ruby-debug/debase/compare/v0.1.8...v0.2.0
- C
Published by hurricup over 3 years ago
https://github.com/ruby-debug/debase - 0.2.1
Full Changelog: https://github.com/ruby-debug/debase/compare/v0.2.0...v0.2.1
- C
Published by hurricup over 3 years ago
https://github.com/ruby-debug/debase - 0.2.2
What's Changed
- update for attach-to-process feature by @equivalence1 in https://github.com/ruby-debug/debase/pull/28
- building attach.so inside debase gem by @equivalence1 in https://github.com/ruby-debug/debase/pull/29
- Preventing gcc from optimizing
__func_to_set_breakpoint_atcalls. by @equivalence1 in https://github.com/ruby-debug/debase/pull/30 - Need wrapper function to call
rb_string_eval_protecton mac by @equivalence1 in https://github.com/ruby-debug/debase/pull/31 - this should fix build issues by @equivalence1 in https://github.com/ruby-debug/debase/pull/33
- Support conditional breakpoints within debase. by @seraku24 in https://github.com/ruby-debug/debase/pull/37
- mvs compilation fix by @equivalence1 in https://github.com/ruby-debug/debase/pull/40
- stepping out fix by @ViugiNick in https://github.com/ruby-debug/debase/pull/41
- dont show c-level frames by @ViugiNick in https://github.com/ruby-debug/debase/pull/42
- added static for check_stop_frame by @ViugiNick in https://github.com/ruby-debug/debase/pull/44
- Breakpoint fields for debug by @ViugiNick in https://github.com/ruby-debug/debase/pull/46
- TH_CFP for the new verions uses GET_CFP by @ViugiNick in https://github.com/ruby-debug/debase/pull/47
- 2.5.0-preview1 workaround by @ViugiNick in https://github.com/ruby-debug/debase/pull/51
- NULL is not needed for methods with no arguments by @ViugiNick in https://github.com/ruby-debug/debase/pull/55
New Contributors
- @equivalence1 made their first contribution in https://github.com/ruby-debug/debase/pull/28
- @seraku24 made their first contribution in https://github.com/ruby-debug/debase/pull/37
Full Changelog: https://github.com/ruby-debug/debase/compare/v0.2.1...v0.2.2
- C
Published by hurricup over 3 years ago
https://github.com/ruby-debug/debase - 0.2.3
What's Changed
- fix of stepping in ruby debugger source code reverted by @ViugiNick in https://github.com/ruby-debug/debase/pull/58
- Load iseq monkeypatch by @ViugiNick in https://github.com/ruby-debug/debase/pull/61
- don't prepend InstructionSequence#load_iseq if ruby version is < 2.5 by @ViugiNick in https://github.com/ruby-debug/debase/pull/63
- Fix compilation for 2.6 (fixing #67) by @valich in https://github.com/ruby-debug/debase/pull/68
- Revert old Bootsnap hack by @ViugiNick in https://github.com/ruby-debug/debase/pull/70
- Bootsnap hack is needed for 2.5.* ruby versions by @ViugiNick in https://github.com/ruby-debug/debase/pull/72
- Fix suspensions in debugger source code (replacement for an old, bad fix) by @ViugiNick in https://github.com/ruby-debug/debase/pull/73
New Contributors
- @valich made their first contribution in https://github.com/ruby-debug/debase/pull/68
Full Changelog: https://github.com/ruby-debug/debase/compare/v0.2.2...v0.2.3
- C
Published by hurricup over 3 years ago
https://github.com/ruby-debug/debase - v0.2.5.beta2
What's Changed
- compare stack_size only after start_inspector->fill_stack by @ViugiNick in https://github.com/ruby-debug/debase/pull/81
- comment version-specific test by @ViugiNick in https://github.com/ruby-debug/debase/pull/77
- Fix debase installation on MacOs system ruby by @ViugiNick in https://github.com/ruby-debug/debase/pull/85
Full Changelog: https://github.com/ruby-debug/debase/compare/0.2.4.1...v0.2.5.beta2
- C
Published by hurricup about 5 years ago