Hello, I've been experimenting with hosting IronRuby in my application, and one of the problems I'm having is that it's not giving me very good error messages or any kind of stack trace when it runs into an error. The problem is magnified when i load or "require" any other ruby files because syntax errors could be anywhere. During execution, I've also got no idea where the errors are coming from and it's forcing me do much psychic debugging in my IR app. Is there any way to get better errors from IronRuby?
Right now i'm using engine.Execute and ExecuteFile to run hosted code. Thanks in advance, Martin
_______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
