On Apr 18, 2006, at 4:01 PM, Eric Hodel wrote: > I don't understand how just a file name and line number are > ambiguous when reading a backtrace. If a class includes a module, then the reader of the backtrace might like to know which class ended up using the code in the module. They may or may not be able to infer this from other details in the backtrace, but at best it would take longer and at worst it might not be possible. > Adding the class may be misleading. A method may belong to an > object but not the object's class. Can't this be detected and reported as well? -tim