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
on 27.01.2007 16:12
on 28.01.2007 01:53
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/
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.