Hello,
I am developing a very simple IDE for a Ruby internal DSL, and currently
I
need to implement some simple debugging in it - by simple I mean at
least
being able to set breakpoints and step by step execution. As I am
already
using Red Bridge it would be great if I could still use it to provide
this
kind of debugging - is there any support for that?
Another option I am considering is wrapping jruby-debug, but AFAICT I
think
it would require more work.
Any help dearly appreciated,
Victor
Hi,
As far as I am aware the Redcar JRuby text editor already includes
debugging options:
http://redcareditor.com/
Aidy
On 19 May 2010 15:37, Victor T. [email protected] wrote:
Any help dearly appreciated,
Victor
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
Hi,
Thanks for the reply, I took a look at redcar and it seems like a nice
editor, but is not what I am looking for.
Anyway in the meantime I started taking a closer look at the JRuby
debugger
at http://debug-commons.rubyforge.org/ and I think that’s probably the
way
to go.
Thanks again,
Victor