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
1919 - Through the [ ` rdbg ` executable] ( #the-rdbg-executable )
2020 - Through Ruby APIs
2121 - 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
2225
2326# Installation
2427
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
1919 - Through the [`rdbg` executable](#the-rdbg-executable)
2020 - Through Ruby APIs
2121 - 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
2225
2326# Installation
2427
You can’t perform that action at this time.
0 commit comments