Ruby Forum Ruby on Rails > Mac OSX, ruby 1.8.5 and a breakpointer error

Posted by Harm Aa (harm)
on 27.01.2007 16:12
Hi all,

Currently I am working a a Rails(1.2.1) app and I'd like to debug it,
however breakpoints seem to be broken. When I insert a breakpoint and
run script/breakpointer I get a RuntimeError:
"Breakpoints are not currently working with Ruby 1.8.5"
I am using MacOSX 10.4 and obviously ruby 1.8.5 installed through
MacPorts.
Does anybody know what is going on???

Harm
Posted by Greg Donald (destiney)
on 28.01.2007 01:53
(Received via mailing list)
On 1/27/07, Harm Aa <rails-mailing-list@andreas-s.net> wrote:
> "Breakpoints are not currently working with Ruby 1.8.5"

http://eigenclass.org/hiki.rb?call_stack+0.1.0


--
Greg Donald
http://destiney.com/
Posted by Harm Aa (harm)
on 29.01.2007 10:30
Greg Donald wrote:
> On 1/27/07, Harm Aa <rails-mailing-list@andreas-s.net> wrote:
>> "Breakpoints are not currently working with Ruby 1.8.5"
> 
> http://eigenclass.org/hiki.rb?call_stack+0.1.0
> 
> 
> --
> Greg Donald
> http://destiney.com/

Thanks a bunch! I'll try it immediately.