V1.9 -rprofile -rdebug errors

People,

After building the latest nightly version of 1.9, when I try to use:

ruby -rprofile . .

or

ruby -rdebug . .

I get:

:0:in `require’: no such file to load – debug (LoadError)

Is there a configure issue (I couldn’t find anything) or is this a bug?

Thanks,

Phil.

Philip R.

Pricom Pty Limited (ACN 003 252 275 ABN 91 003 252 275)
GPO Box 3411
Sydney NSW 2001
Australia
E-mail: [email protected]

1.9 lacks profiling and debugging, currently, AFAIK. I know ruby-debug
doesn’t work on it.
-R

I get:

:0:in `require’: no such file to load – debug (LoadError)

Is there a configure issue (I couldn’t find anything) or is this a bug?

Roger,

Thanks for the confirmation.

Phil.

Roger P. wrote:

1.9 lacks profiling and debugging, currently, AFAIK. I know ruby-debug
doesn’t work on it.
-R

I get:

:0:in `require’: no such file to load – debug (LoadError)

Is there a configure issue (I couldn’t find anything) or is this a bug?


Philip R.

Pricom Pty Limited (ACN 003 252 275 ABN 91 003 252 275)
GPO Box 3411
Sydney NSW 2001
Australia
E-mail: [email protected]

On Wed, Jun 25, 2008 at 5:55 PM, Roger P. [email protected]
wrote:

1.9 lacks profiling and debugging, currently, AFAIK. I know ruby-debug
doesn’t work on it.

The latest ruby-debug does support 1.9, but it’s incomplete yet.

jeremy

Roger P. wrote:

1.9 lacks profiling and debugging, currently, AFAIK. I know ruby-debug
doesn’t work on it.
-R

I take that back.
http://rubyforge.org/forum/forum.php?forum_id=21389
seems to imply that 1.9 is supported for ruby-prof. I haven’t used it
but it might be.
-R

On Thu, Jun 26, 2008 at 7:12 AM, r [email protected] wrote:

before it works anywhere well as it does on 1.8.
It does work, but is in, uh, ‘alpha’ form :slight_smile: I’ve been using it for a
while.

A summer student was very interested in making it work on 1.9 via
Google 2008 Summer of Code and the Ruby Foundation, but the other
mentors and administrator felt there were other projects which were
much more important. So that summer student is instead working on
another project in Python.

That’s too bad. I think it’s a very important project.

jeremy

Jeremy K. wrote:

On Thu, Jun 26, 2008 at 7:12 AM, r [email protected] wrote:

before it works anywhere well as it does on 1.8.
It does work, but is in, uh, ‘alpha’ form :slight_smile: I’ve been using it for a
while.

Is there a location we can get to that?
:slight_smile:

A summer student was very interested in making it work on 1.9 via
Google 2008 Summer of Code and the Ruby Foundation, but the other
mentors and administrator felt there were other projects which were
much more important. So that summer student is instead working on
another project in Python.

That’s too bad. I think it’s a very important project.

jeremy

Second that. Lack of ruby-debug is the only reason I don’t use 1.9 as
of now.
-R

The latest ruby-debug does support 1.9, but it’s incomplete yet.

jeremy

For some reason I can’t get svn trunk to compile. Or for rake to work,
with 1.9, as of today.
Any help appreciated :slight_smile:
-R