After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 588251 - Support "ignore count" in breakpoints
Support "ignore count" in breakpoints
Status: RESOLVED FIXED
Product: nemiver
Classification: Other
Component: general
trunk
Other Linux
: Normal enhancement
: ---
Assigned To: Nemiver maintainers
Nemiver maintainers
Depends on:
Blocks:
 
 
Reported: 2009-07-10 14:47 UTC by Dodji Seketeli
Modified: 2009-08-04 09:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dodji Seketeli 2009-07-10 14:47:09 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.
Comment 1 Dodji Seketeli 2009-08-04 09:13:03 UTC
Fixed in 0.7.2, commit http://git.gnome.org/cgit/nemiver/commit/?id=710160 .