mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] Use make gdb-ruby and make lldb-ruby in doc/contributing/building_ruby.md
This commit is contained in:
parent
aab683af0e
commit
c478a3c0a9
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>
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue