For debugging it would be great to have some more functions available to use in breakpoint conditions.
It would be handy to be able to set a breakpoint condition on e.g. the size of a list, like:
count($OrdersToCommitList) = 100
or for a break at every 100 orders:
count($OrdersToCommitList) mod 100 = 0