[DOC] Use make gdb-ruby and make lldb-ruby in doc/contributing/building_ruby.md

This commit is contained in:
Kaíque Kandy Koga 2022-05-17 23:32:13 -03:00 committed by GitHub
parent aab683af0e
commit c478a3c0a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
Notes: git 2022-05-18 11:32:32 +09:00
Merged: https://github.com/ruby/ruby/pull/5908

Merged-By: nobu <nobu@ruby-lang.org>

View File

@ -70,5 +70,5 @@ with the Ruby script you'd like to run. You can use the following make targets:
* `make lldb`: Runs `test.rb` using Miniruby in lldb
* `make gdb`: Runs `test.rb` using Miniruby in gdb
* `make runruby`: Runs `test.rb` using Ruby
* `make lldb-runruby`: Runs `test.rb` using Ruby in lldb
* `make gdb-runruby`: Runs `test.rb` using Ruby in gdb
* `make lldb-ruby`: Runs `test.rb` using Ruby in lldb
* `make gdb-ruby`: Runs `test.rb` using Ruby in gdb