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?