
10 Feb
2021
10 Feb
'21
12:40 p.m.
Roland Senn
I hope ticket #19157 will make it in the GHC 9.2 release. In the GHCi debugger it adds the possibility to set ignore counts to breakpoints. The next <count> times the break point is reached the program's execution does not stop. This feature is available in nearly every debugger, but until now not yet in the GHCi debugger. Merge request !4839 is ready for review (and it's NOT rocket science...)
Indeed, this seems quite reasonable. I don't see any reason why we shouldn't be able to get it in to 9.2.1. Cheers, - Ben