DebugClients/Python/eric5dbgstub.py

changeset 2953
703452a2876f
parent 2302
f29e9405c851
child 2987
c99695c0f13a
diff -r 94fc661a54a2 -r 703452a2876f DebugClients/Python/eric5dbgstub.py
--- a/DebugClients/Python/eric5dbgstub.py	Sat Sep 28 17:40:42 2013 +0200
+++ b/DebugClients/Python/eric5dbgstub.py	Sat Sep 28 19:06:25 2013 +0200
@@ -29,6 +29,8 @@
     
     @param kind type of debugger ("standard" or "threads")
     @return flag indicating success (boolean)
+    @exception ValueError raised to indicate an invalid debugger kind
+        was requested
     """
     global debugger
     res = 1

eric ide

mercurial