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 <[EMAIL PROTECTED]> Sent: September 28, 2008 4:19 AM To: [email protected] <[email protected]> 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 [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core _______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
