First time here? Check out the FAQ!

HMBmike's profile - activity

2022-01-19 01:09:02 -0500 received badge Famous Question (source)
2021-12-22 10:55:29 -0500 received badge Popular Question (source)
2021-12-22 10:55:29 -0500 received badge Notable Question (source)
2021-12-14 16:12:15 -0500 marked best answer How can I continue from breakpoint N times?

I am debugging a file scanner and I have a breakpoint set at file.readline(). I see in the file it fails at line 3211. How do I continue from breakpoint 3210 times then step through to find the bug?

2021-12-13 10:44:57 -0500 commented answer How can I continue from breakpoint N times?

Thank you, I am now rolling again!

2021-12-12 08:37:24 -0500 received badge Student (source)
2021-12-12 08:37:14 -0500 asked a question How can I continue from breakpoint N times?

How can I continue from breakpoint N times? I am debugging a file scanner and I have a breakpoint set at file.readline(