diff -r d56d70ed1ac4 -r 82446745442b Debugger/DebugServer.py --- a/Debugger/DebugServer.py Sat Nov 03 18:25:18 2012 +0100 +++ b/Debugger/DebugServer.py Sun Nov 04 10:11:21 2012 +0100 @@ -989,11 +989,7 @@ @param on flag indicating to enable the call trace function (boolean) """ - # TODO: remove the try/except once all interface have been adjusted - try: - self.debuggerInterface.setCallTraceEnabled(on) - except AttributeError: - pass + self.debuggerInterface.setCallTraceEnabled(on) def remoteEval(self, arg): """