GNOME Bugzilla – Bug 588251
Support "ignore count" in breakpoints
Last modified: 2009-08-04 09:13:03 UTC
It would be nice to be able to set an ignore count when setting a breakpoint. The debugger would then not stop during the N (with N == ignore count) first times the breakpoint would be hit. It would stop the (N+1)th time.
Fixed in 0.7.2, commit http://git.gnome.org/cgit/nemiver/commit/?id=710160 .