Closed GoogleCodeExporter closed 9 years ago
I realise this is slightly (okay, maybe grossly) outside the intentions of this
project but it just seems like such a nice simple method to add that could aid
in the
debugging of some rather annoying collection problems that would otherwise
require
some stress with the breakpoint condition dialog.
Original comment by jeffma...@gmail.com
on 11 Mar 2009 at 9:36
In hindsight, I'm not convinced anymore. I don't know why I didn't consider
it, but
is it really worth going to this effort when all one needs to write is:
from x in myCollection
where MyBreakpointCondition(x)
Debugger.Break()
?
Original comment by jeffma...@gmail.com
on 17 Mar 2009 at 3:44
> outside the intentions of this project
I would say so too.
> I'm not convinced anymore.
In that case, closing for now.
Original comment by azizatif
on 4 Apr 2009 at 7:28
Original issue reported on code.google.com by
jeffma...@gmail.com
on 10 Mar 2009 at 10:11