Re: [MacRuby-devel] [feature request] trace stack

2008-11-09 Thread Laurent Sansonetti
Hi Eloy, I think that what Matt is talking about here is that when you do macrake from a HotCocoa project directory the application would not be open(1)'ed but directly ran from the terminal session, so that if there is a runtime exception you would see the Ruby backtrace in the terminal.

Re: [MacRuby-devel] [feature request] trace stack

2008-11-09 Thread Eloy Duran
Hi Matt, This is a crash report submit plugin I wrote. It currently only supports RubyCocoa, but I guess it would be trivial to get it to run on MacRuby. Maybe Laurent already ported it, because it's used by LimeChat as well: http://rucola.rubyforge.org/svn/extras/plugins/SACrashReporter/ Ch

[MacRuby-devel] [feature request] trace stack

2008-11-09 Thread Matt Aimonetti
Hi, It would be great to be able to see a full stack trace/log when running a macruby app. It would also be nice to be able to output to the log directly from Ruby. I guess, it would be even better if you could decide to choose how to log (STDOUT or a file) so you could debug deployed apps by ask