First time here? Check out the FAQ!
1

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?

HMBmike's avatar
11
HMBmike
asked 2021-12-11 11:54:28 -0500
Wingware Support's avatar
4k
Wingware Support
updated 2021-12-12 08:37:38 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

You can right-click on the breakpoint, select Ignore Breakpoint, and then enter an ignore count.

However, in a lot of cases it may be easier to set a conditional breakpoint to isolate the case you want to debug. This is also done by right-clicking on the breakpoint margin, either to create a conditional breakpoint or edit an existing breakpoint's condition.

There are details on this at https://wingware.com/doc/debug/settin...

Wingware Support's avatar
4k
Wingware Support
answered 2021-12-12 08:40:14 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you, I am now rolling again!

HMBmike's avatar HMBmike (2021-12-13 10:44:57 -0500) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer