HotConsole: http://github.com/vincentisambart/hotconsole/tree/master
It's indeed a bit like script/console or merb -i If HotConsole can be loaded when you run your app in "dev" mode, you could easily introspect and interact with your code. Unfortunately, that wouldn't give you breakpoints and you couldn't step through a method call. But I believe Laurent has a plan for that. (he also has plenty of plans;) ) - Matt On Thu, Jun 18, 2009 at 1:35 AM, Paul Howson <[email protected]> wrote: > On 18/06/2009, at 5:47 PM, Matt Aimonetti wrote: > > Not being able to use ruby debug in MacRuby is something that used to >> really bother me at first. I'm thinking about maybe hacking hotconsole so >> you could run it in the context of your app. That would obviously not be as >> nice a real debugger but that might be cool. >> > > I'm not familiar with hotconsole. Would that be something like > script/console in Rails? That would be useful. > > Also, thanks Eloy for your response. Good points. > > Paul > > _______________________________________________ > MacRuby-devel mailing list > [email protected] > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel >
_______________________________________________ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
