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?
First time here? Check out the FAQ!
![]() | 1 | initial version |
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?
![]() | 2 | retagged |
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?