Debugger/DebugUI.py

branch
jsonrpc
changeset 5140
01484c0afbc6
parent 5136
b1dde2dc14bd
child 5141
bc64243b7672
--- a/Debugger/DebugUI.py	Sat Sep 03 19:20:42 2016 +0200
+++ b/Debugger/DebugUI.py	Sun Sep 04 13:46:43 2016 +0200
@@ -983,7 +983,10 @@
         """
         Private method to handle the debugged program terminating.
         
-        @param status exit code of the debugged program (int)
+        @param status exit code of the debugged program
+        @type int
+        @param message exit message of the debugged program
+        @type str
         """
         self.viewmanager.exit()
 

eric ide

mercurial