set pdb break condition based upon number of hits?
by Reckoner other posts by this author
Nov 5 2009 1:27AM messages near this date
Re: Clean PyQt selection comboBox
|
multicast
Is it possible to set pdb break condition based upon number of hits? I
mean something like
(Pdb) break line_number (number_of_hits_for_this_breakpoint > 10)
any help appreciated.
--
http://mail.python.org/mailman/listinfo/python-list
|