My understanding is that backtraces are really high on Laurent's TODO list and I also use the same trick as Vincent when I need to debug some of my code. (and yes, it's very frustrating and I can't wait to have some decent backtraces and hopefully a debugger)
- Matt
> Would it be possible for the error thrown to post some line / characterAdding backtrace information is in the TODO list for 0.5.
> information (backtrace?)
Not currently. I tend to use a lot the following line when searching
> Or can I turn some verboseness on for debugging these issues somehow?
for a MacRuby bug:
STDERR.puts "#{__FILE__}:#{__LINE}"
_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel