﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
186	Remote tracebacks often elide important lines	davidsarah		"Remote exception tracebacks often have {{{-- TRACEBACK ELIDED --}}} replacing the lines that would be most useful for debugging. I think this is a consequence of the default stringification of Twisted {{{Failure}}}s. In [source:foolscap/tokens.py@b9bc4a4#L91], we have
{{{
    def __str__(self):
        return ""<RemoteException around '%s'>"" % str(self.failure)
}}}
which should probably instead be using the {{{traceback}}} module to get a more complete traceback from {{{self.failure.value}}}.
"	defect	new	major	undecided	error-handling	0.6.1		traceback elided	
