ytrstu / winpdb

Automatically exported from code.google.com/p/winpdb
0 stars 0 forks source link

Expressions with commas not allowed in conditional breakpoints #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by chris.la...@gmail.com on 19 May 2011 at 6:51

GoogleCodeExporter commented 9 years ago
Fixed in changeset d4ec77eaaf73.

Original comment by chris.la...@gmail.com on 19 May 2011 at 7:49