0.01
No commit activity in last 3 years
No release in over 3 years
XML interface for debugger
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.12.1
~> 0.13.0
~> 0.9.2.2

Runtime

>= 2.0.0
>= 0
 Project Readme

Description

This is a gem, which adds the XML printer to the 'debugger' or 'byebug' gems, using the same API as the ruby-debug-ide gem, which allows it to be used with Ruby IDEs (for example, in my vim-ruby-debugger :))

Installation

As usual, add it to your Gemfile, and you are all set

gem 'debugger-xml'

Usage

There is the the bin/rdebug-ide file, check it out. For description of XML API, check http://debug-commons.rubyforge.org/protocol-spec.html, I tried to be compatible with it

Tests

It uses debugger/test helpers. To run all tests, just do

rake test