Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Edwin Garcia <egarciavalle2014@gmail.com>
  • Loading branch information
Edwing123 authored and mame committed Jan 25, 2024
1 parent 1cd9865 commit bf38bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EN/2_mri_structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ If you want to run the "normal" Ruby, which can load extension libraries, you ca

NOTE: Running `gdb` on macOS can be quite difficult. The following commands assume a Linux environment.

When modifying the MRI source code, you can easily introduces critical problems that result in a SEGV. To debug such problems, we provide Makefile rules to support debugging with gdb. Of course, you can also debug with break points.
When modifying the MRI source code, you can easily introduce critical problems that result in a SEGV. To debug such problems, we provide Makefile rules to support debugging with gdb. Of course, you can also debug with break points.

1. Write in `ruby/test.rb` what you want to check. Note that you can't use gems or extension libraries in `test.rb`.
3. Invoke `$ make gdb` to run miniruby with gdb. If there are no problems, gdb finishes silently.
Expand Down

0 comments on commit bf38bb4

Please sign in to comment.