Users cannot enter any expressions which contain a comma for conditional
breakpoints. For example, the user can not enter an expression such as
bp 42, x = (1, 2)
This is caused by an excessive splitting of the command by commas. The
breakpoint argument parser should only split on the comma following the "bp
[<filename>:]line" or "bp [<filename>:]scope".
Original issue reported on code.google.com by chris.la...@gmail.com on 19 May 2011 at 6:44
Original issue reported on code.google.com by
chris.la...@gmail.com
on 19 May 2011 at 6:44