Forgive me if this isn't the proper channel for this question, and kindly
point me to the right place.
I've just bought a license to IDEA and haven't used it in the past. I also
installed the Ruby plugin.
Then, I checked out the JRuby code and built it successfully. However, I
can't seem to get
Peter Brant wrote:
Hi all,
With the exception of post mortem debugging, jruby-debug is now
complete. Of course, it hasn't gotten much testing and there must be
a bug or two still lurking or an edge that needs more polish, but
overall things should be in good shape.
For anybody wanting to try t
Too bad we cannot preserve original 1.0 semantics and have -O turn off
Objectspace and +O enable it. Then we can default to -O. -O really
just keeps getting worse and worse (comparatively to not having it
enabled) and people generally do not realize they can disable it. So
I have come around on
Seems like this is a good time to start the discussion of which gems to
install where. There are actually several gems which comprise the "fast"
ruby debugger:
1. ruby-debug-base: this is the gem that implements the core debugging
functionality and contains the only native code. jruby-debug buil
Peter Brant wrote:
Hi all,
With the exception of post mortem debugging, jruby-debug is now
complete. Of course, it hasn't gotten much testing and there must be
a bug or two still lurking or an edge that needs more polish, but
overall things should be in good shape.
For anybody wanting to try t
Hi all,
With the exception of post mortem debugging, jruby-debug is now
complete. Of course, it hasn't gotten much testing and there must be
a bug or two still lurking or an edge that needs more polish, but
overall things should be in good shape.
For anybody wanting to try this out, there are a
Personally, I wish each_object was removed from MRI, too.
Evan
On 10/28/07, Charles Oliver Nutter <[EMAIL PROTECTED]> wrote:
> Dudley Flanders wrote:
> >
> > On Oct 28, 2007, at 12:58 AM, Charles Oliver Nutter wrote:
> >
> >> - Do we know of anything else that needs ObjectSpace? Can we get those