Blob Blame History Raw
diff -up winpdb-1.4.8/rpdb2.py.issue19 winpdb-1.4.8/rpdb2.py
--- winpdb-1.4.8/rpdb2.py.issue19	2015-04-01 08:47:34.601072072 -0400
+++ winpdb-1.4.8/rpdb2.py	2015-04-01 08:48:02.336901383 -0400
@@ -12056,7 +12056,7 @@ class CConsoleInternal(cmd.Cmd, threadin
 
     
     def __parse_bp_arg(self, arg, fAllowExpr = True):
-        _args = arg.split(BP_EVAL_SEP)
+        _args = arg.split(BP_EVAL_SEP, 1)
 
         if (len(_args) > 1) and (not fAllowExpr):
             raise BadArgument