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