Sha256: db300a492be767002ecbd0690eb881b144dce0c155f1106926eda8deba79cde5

Contents?: true

Size: 576 Bytes

Versions: 18

Compression:

Stored size: 576 Bytes

Contents

## Description

This is a gem, which adds the XML printer to the 'debugger' gem, 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

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
debugger-xml-0.3.3 README.md
debugger-xml-0.3.2 README.md
debugger-xml-0.3.1 README.md
debugger-xml-0.2.0 README.md
debugger-xml-0.1.9 README.md
debugger-xml-0.1.8 README.md
debugger-xml-0.1.7 README.md
debugger-xml-0.1.6 README.md
debugger-xml-0.1.5 README.md
debugger-xml-0.1.4 README.md
debugger-xml-0.1.3 README.md
debugger-xml-0.1.2 README.md
debugger-xml-0.1.1 README.md
debugger-xml-0.1.0 README.md
debugger-xml-0.0.4 README.md
debugger-xml-0.0.3 README.md
debugger-xml-0.0.2 README.md
debugger-xml-0.0.1 README.md