Debugger/DebugUI.py

changeset 3974
01991e605ba0
parent 3691
c473d6347610
child 4021
195a471c327b
--- 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()

eric ide

mercurial