mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
add NEWS entries about debug.gem
This commit is contained in:
parent
8bf33a6fbb
commit
07b87f7979
1 changed files with 12 additions and 0 deletions
12
NEWS.md
12
NEWS.md
|
@ -189,6 +189,8 @@ Excluding feature bug fixes.
|
||||||
* `ERB#initialize` warns `safe_level` and later arguments even without -w.
|
* `ERB#initialize` warns `safe_level` and later arguments even without -w.
|
||||||
[[Feature #14256]]
|
[[Feature #14256]]
|
||||||
|
|
||||||
|
* `lib/debug.rb` is replaced with `debug.gem`
|
||||||
|
|
||||||
## C API updates
|
## C API updates
|
||||||
|
|
||||||
* Documented. [[GH-4815]]
|
* Documented. [[GH-4815]]
|
||||||
|
@ -216,6 +218,16 @@ Excluding feature bug fixes.
|
||||||
|
|
||||||
### TypeProf
|
### TypeProf
|
||||||
|
|
||||||
|
## Debugger
|
||||||
|
|
||||||
|
* A new debugger [debug.gem](https://github.com/ruby/debug) is bundled.
|
||||||
|
debug.gem is fast debugger implementation and it provides many features
|
||||||
|
like remote debugging, colorful REPL, IDE (VSCode) integration and more.
|
||||||
|
It replaces `lib/debug.rb` standard library.
|
||||||
|
|
||||||
|
* `rdbg` command is also installed into `bin/` directory to start and control
|
||||||
|
debugging execution.
|
||||||
|
|
||||||
## Miscellaneous changes
|
## Miscellaneous changes
|
||||||
|
|
||||||
* lib/objspace/trace.rb is added, which is a tool for tracing the object
|
* lib/objspace/trace.rb is added, which is a tool for tracing the object
|
||||||
|
|
Loading…
Reference in a new issue