From: robert ehteshamzadeh Date: 2003-07-13T03:44:01+09:00 Subject: consistency between debug and run behavior while trying to debug an app that uses REXML, I found that in debug mode ( ruby -rdebug myapp.rb ) I got different results than running outside of debug mode. ( in debug mode it resulted in an error in parsing the XML. ) Am I the first to discover this? Is this problem unique to REXML or does it appear in other contexts?