Skip to content

castwide/readapt

Repository files navigation

Readapt

A Ruby debugger that supports the Debug Adapter Protocol.

This project is no longer maintained. As of Ruby 3, the native rdbg debugger is capable of connecting to debug adapters, so Readapt is no longer necessary. For Visual Studio Code, the VSCode rdbg Ruby Debugger is a solid alternative.

Installation

Add this line to your application's Gemfile:

gem 'readapt'

And then execute:

$ bundle

Or install it yourself as:

$ gem install readapt

Usage

Run readapt serve to start the server. The default client connection is host 127.0.0.1, port 1234.

Integrations

Plug-ins and extensions using Readapt are available for the following editors:

About

A Ruby debugger for the Debug Adapter Protocol.

Resources

License

Stars

45 stars

Watchers

2 watching

Forks

Packages

 
 
 

Contributors