Skip to content

Commit 029ebcb

Browse files
committed
Add supported interfaces table
1 parent 63a252b commit 029ebcb

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,15 @@ New debug.rb has several advantages:
99

1010
* Fast: No performance penalty on non-stepping mode and non-breakpoints.
1111
* [Remote debugging](#remote-debugging): Support remote debugging natively.
12-
* UNIX domain socket
12+
* UNIX domain socket (UDS)
1313
* TCP/IP
14-
* Integration with rich debugger frontend
15-
* VSCode/DAP ([VSCode rdbg Ruby Debugger - Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=KoichiSasada.vscode-rdbg))
16-
* Chrome DevTools
14+
* Integration with rich debugger frontends
15+
16+
Frontend | [Console](https://github.com/ruby/debug#invoke-as-a-remote-debuggee) | [VSCode](https://github.com/ruby/debug#vscode-integration) | [Chrome DevTool](#chrome-devtool-integration) | NeoVim
17+
---|---|---|---|---|
18+
Connection | UDS, TCP/IP | UDS, TCP/IP | TCP/IP | TCP/IP
19+
Requirement | No | [vscode-rdbg](https://marketplace.visualstudio.com/items?itemName=KoichiSasada.vscode-rdbg) | No | [nvim-dap-ruby](https://github.com/suketa/nvim-dap-ruby)
20+
1721
* Extensible: application can introduce debugging support with several ways:
1822
* By `rdbg` command
1923
* By loading libraries with `-r` command line option

misc/README.md.erb

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,15 @@ New debug.rb has several advantages:
99

1010
* Fast: No performance penalty on non-stepping mode and non-breakpoints.
1111
* [Remote debugging](#remote-debugging): Support remote debugging natively.
12-
* UNIX domain socket
12+
* UNIX domain socket (UDS)
1313
* TCP/IP
14-
* Integration with rich debugger frontend
15-
* VSCode/DAP ([VSCode rdbg Ruby Debugger - Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=KoichiSasada.vscode-rdbg))
16-
* Chrome DevTools
14+
* Integration with rich debugger frontends
15+
16+
Frontend | [Console](https://github.com/ruby/debug#invoke-as-a-remote-debuggee) | [VSCode](https://github.com/ruby/debug#vscode-integration) | [Chrome DevTool](#chrome-devtool-integration) | NeoVim
17+
---|---|---|---|---|
18+
Connection | UDS, TCP/IP | UDS, TCP/IP | TCP/IP | TCP/IP
19+
Requirement | No | [vscode-rdbg](https://marketplace.visualstudio.com/items?itemName=KoichiSasada.vscode-rdbg) | No | [nvim-dap-ruby](https://github.com/suketa/nvim-dap-ruby)
20+
1721
* Extensible: application can introduce debugging support with several ways:
1822
* By `rdbg` command
1923
* By loading libraries with `-r` command line option

0 commit comments

Comments
 (0)