[MacRuby] #1334: Exceptions don't have backtraces
#1334: Exceptions don't have backtraces ----------------------------------+----------------------------------------- Reporter: martin@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.11 Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- Hi, in MacRuby 0.10 and the nighly build from 06-19 ([https://github.com/MacRuby/MacRuby/commit/94a97d32fd16e0b88c7271d8e410f98b48... 94a97d]) exceptions rescued by the 'default handler' only show their message, not their backtrace (if I rescue an exception manually I can get at the backtrace via $@). See https://gist.github.com/1034642 for alloy's workaround. -- Ticket URL: <http://www.macruby.org/trac/ticket/1334> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby