--- a/Debugger/DebugUI.py Thu Dec 18 18:56:04 2014 +0100 +++ b/Debugger/DebugUI.py Fri Dec 19 13:15:39 2014 +0100 @@ -1094,7 +1094,7 @@ @param exceptionType type of exception raised (string) @param exceptionMessage message given by the exception (string) - @param stackTrace list of stack entries. + @param stackTrace list of stack entries (list of string) """ self.ui.raise_() self.ui.activateWindow()