Project

readapt

0.02
The project is in a healthy, maintained state
Readapt is a Ruby debugger that natively supports the Debug Adapter Protocol. Features include next/step in/step out, local and global variable data, and individual thread control.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 13.0
~> 3.0
~> 0.14

Runtime

~> 1.2
~> 1.0
 Project Readme

Readapt

A Ruby debugger that supports the Debug Adapter Protocol.

This gem is currently in early development.

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: