[Ironruby-core] Backtrace supported?
Jim Deville
jdeville at microsoft.com
Sun Sep 28 14:55:11 EDT 2008
I don't know if its implemented yet, but you should also check the RubySpecs to se what is tested.
-----Original Message-----
From: Ben Hall <ben2004uk at googlemail.com>
Sent: September 28, 2008 4:19 AM
To: ironruby-core at rubyforge.org <ironruby-core at rubyforge.org>
Subject: [Ironruby-core] Backtrace supported?
Hello,
I was just wondering if backtrace was supported yet with Exceptions.
In my code, I had this:
rescue Exception => e
However, the backtrace is always nil.
puts e
puts e.backtrace.nil?
Is this a known issue? Is there anyway to find out what is \ isn't
implemented yet?
trunk\tests\ironruby\Runtime\Exception spec's don't seem to cover backtrace.
Thanks
Ben
_______________________________________________
Ironruby-core mailing list
Ironruby-core at rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core
More information about the Ironruby-core
mailing list