Hi my problem is that I have big array to loop through in my for cycle and on ~400th iteration some method fails. Can I make Idea debugger stop when i reaches for example i=400? If yes, than how can I do it?
Thank you in advance.
Hi my problem is that I have big array to loop through in my
Share
You can do it by configuring a breakpoint condition that will hit when
i==400.