File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ This library provides debugging functionality to Ruby (MRI) 2.6 and later. It ha
19
19
- Through the [ ` rdbg ` executable] ( #the-rdbg-executable )
20
20
- Through Ruby APIs
21
21
- See [ activate the debugger in your program] ( #activate-the-debugger-in-your-program ) for details
22
+ - Configurable:
23
+ - It provides many configurations and is configurable through the ` ~/.rdbgrc ` file
24
+ - See the [ configuration guide] ( /docs/configuration.md ) for more information
22
25
23
26
# Installation
24
27
Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ This library provides debugging functionality to Ruby (MRI) 2.6 and later. It ha
19
19
- Through the [`rdbg` executable](#the-rdbg-executable)
20
20
- Through Ruby APIs
21
21
- See [activate the debugger in your program](#activate-the-debugger-in-your-program) for details
22
+ - Configurable:
23
+ - It provides many configurations and is configurable through the `~/.rdbgrc` file
24
+ - See the [configuration guide](/docs/configuration.md) for more information
22
25
23
26
# Installation
24
27
You can’t perform that action at this time.
0 commit comments